git: 1920133d8fb7 - main - mac_veriexec: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Mar 2022 17:58:27 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1920133d8fb77004c2d312f8b141e653d9a29e91
commit 1920133d8fb77004c2d312f8b141e653d9a29e91
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-03-27 17:56:15 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
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;