diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:17:41 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:17:41 +0000 |
| commit | bebff615877efdf549e5033b47ade4d8553f6a77 (patch) | |
| tree | a7bb5c26b8fd04e4dd9d137956c7c62c9a84cc99 /sys/ufs | |
| parent | b4fbc855a518c2bcad60c66c8f4e149996033b10 (diff) | |
Diffstat (limited to 'sys/ufs')
| -rw-r--r-- | sys/ufs/ffs/ffs_softdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
