git: 2b22c9bc14c6 - stable/12 - mac_veriexec: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 16:41:15 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=2b22c9bc14c693f619ff410fac21c6b44cdf1a1a
commit 2b22c9bc14c693f619ff410fac21c6b44cdf1a1a
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 17:56:15 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-03-30 16:41:07 +0000
mac_veriexec: Fix a typo in a source code comment
- s/seach/search/
(cherry picked from commit 1920133d8fb77004c2d312f8b141e653d9a29e91)
---
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 08572ff8a511..c1ddd2ecb77b 100644
--- a/sys/security/mac_veriexec/veriexec_metadata.c
+++ b/sys/security/mac_veriexec/veriexec_metadata.c
@@ -367,7 +367,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;