git: 2d8a4b011517 - stable/13 - 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:37:44 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2d8a4b011517992183250fccb4d7d86a3944bcc7 commit 2d8a4b011517992183250fccb4d7d86a3944bcc7 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:37:36 +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 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;