git: bebff615877e - main - ffs_softdep: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 18:18:03 UTC
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)