Date: Sun, 28 Nov 2021 11:43:52 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 654f47cfc0a6 - stable/13 - ffs_softdep: Fix a typo in a source code comment Message-ID: <202111281143.1ASBhqlB026365@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=654f47cfc0a64c86241a4d1f7a2a53a3829ecbfa commit 654f47cfc0a64c86241a4d1f7a2a53a3829ecbfa Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-19 18:17:41 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-28 11:43:32 +0000 ffs_softdep: Fix a typo in a source code comment - s/conditonally/conditionally/ (cherry picked from commit bebff615877efdf549e5033b47ade4d8553f6a77) --- 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 0d2de850bd3e..8bc5e409cf04 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -9196,7 +9196,7 @@ complete_diradd(dap) /* * Cancel a diradd when a dirrem overlaps with it. We must cancel the journal - * add entries and conditonally journal the remove. + * add entries and conditionally journal the remove. */ static void cancel_diradd(dap, dirrem, jremref, dotremref, dotdotremref)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111281143.1ASBhqlB026365>