mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mac_veriexec: Fix a typo in a source code comment
- s/seach/search/ MFC after: 3 days
This commit is contained in:
parent
3e5a11d53a
commit
1920133d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ search:
|
|||
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue