Date: Sun, 27 Mar 2022 17:58:27 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1920133d8fb7 - main - mac_veriexec: Fix a typo in a source code comment Message-ID: <202203271758.22RHwRdK047316@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203271758.22RHwRdK047316>