aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-03-27 17:56:15 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-03-27 17:56:15 +0000
commit1920133d8fb77004c2d312f8b141e653d9a29e91 (patch)
tree135da0b1f3bec353f256cedeca31e978480f8662
parent3e5a11d53a757f05ac1b61942f23f5f0cd9de691 (diff)
downloadsrc-1920133d8fb77004c2d312f8b141e653d9a29e91.tar.gz
src-1920133d8fb77004c2d312f8b141e653d9a29e91.zip
mac_veriexec: Fix a typo in a source code comment
- s/seach/search/ MFC after: 3 days
-rw-r--r--sys/security/mac_veriexec/veriexec_metadata.c2
1 files changed, 1 insertions, 1 deletions
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;