From 1920133d8fb77004c2d312f8b141e653d9a29e91 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 27 Mar 2022 19:56:15 +0200 Subject: [PATCH] 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 @@ find_veriexec_dev(dev_t fsid, struct veriexec_devhead *head) 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;