The branch main has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1920133d8fb77004c2d312f8b141e653d9a29e91

commit 1920133d8fb77004c2d312f8b141e653d9a29e91
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-03-27 17:56:15 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-03-27 17:56:15 +0000

    mac_veriexec: Fix a typo in a source code comment
    
    - s/seach/search/
    
    MFC after:      3 days
---
 sys/security/mac_veriexec/veriexec_metadata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/security/mac_veriexec/veriexec_metadata.c 
b/sys/security/mac_veriexec/veriexec_metadata.c
index 0a8505f5d951..91232747c19d 100644
--- a/sys/security/mac_veriexec/veriexec_metadata.c
+++ b/sys/security/mac_veriexec/veriexec_metadata.c
@@ -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;

Reply via email to