git: d4b3b0c2efd2 - main - ufs: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 07:14:43 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d4b3b0c2efd22b508e8c8240a5143cd9eb7b74d2 commit d4b3b0c2efd22b508e8c8240a5143cd9eb7b74d2 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 06:59:14 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 07:13:31 +0000 ufs: Fix a typo in a source code comment - s/explicitely/explicitly/ MFC after: 3 days --- 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 f4c146c52249..b258deab7d2b 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -14045,7 +14045,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;