git: c0ba6201c101 - stable/12 - ufs: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:28:07 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=c0ba6201c101ac6aba36cf4e966d906b35f03a91
commit c0ba6201c101ac6aba36cf4e966d906b35f03a91
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:59:14 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:25:58 +0000
ufs: Fix a typo in a source code comment
- s/explicitely/explicitly/
(cherry picked from commit d4b3b0c2efd22b508e8c8240a5143cd9eb7b74d2)
---
sys/ufs/ffs/ffs_softdep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index dc9c507ac11c..c253cd984a5b 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -13526,7 +13526,7 @@ schedule_cleanup(struct mount *mp)
/*
* No ast is delivered to kernel threads, so nobody
* would deref the mp. Some kernel threads
- * explicitely check for AST, e.g. NFS daemon does
+ * explicitly check for AST, e.g. NFS daemon does
* this in the serving loop.
*/
return;