ffs_softdep: Fix a typo in a source code comment

- s/conditonally/conditionally/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-19 19:17:41 +01:00
parent b4fbc855a5
commit bebff61587

View file

@ -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)