Date: Fri, 19 Nov 2021 18:18:03 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bebff615877e - main - ffs_softdep: Fix a typo in a source code comment Message-ID: <202111191818.1AJII3AY030047@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=bebff615877efdf549e5033b47ade4d8553f6a77 commit bebff615877efdf549e5033b47ade4d8553f6a77 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-19 18:17:41 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-19 18:17:41 +0000 ffs_softdep: Fix a typo in a source code comment - s/conditonally/conditionally/ 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 969f7554dd0a..0b816b4139d3 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -9194,7 +9194,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?202111191818.1AJII3AY030047>