git: c6cf486fa6af - stable/13 - 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:18:03 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=c6cf486fa6affbb6131fdb57b5050ae7e748ba67
commit c6cf486fa6affbb6131fdb57b5050ae7e748ba67
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:17:37 +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 d8b143d9d816..4c544e3cce89 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -14047,7 +14047,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;