mac_veriexec: Fix a typo in a source code comment

- s/seach/search/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-03-27 19:56:15 +02:00
parent 3e5a11d53a
commit 1920133d8f

View File

@ -329,7 +329,7 @@ find_veriexec_dev(dev_t fsid, struct veriexec_devhead *head)
M_VERIEXEC, M_WAITOK);
mtx_lock(&ve_mutex);
/*
* Repeat the seach, in case someone
* Repeat the search, in case someone
* added this while we slept.
*/
goto search;