gjournal(8): Fix a typo in a source code comment

- s/writting/writing/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-03 17:14:00 +01:00
parent be10c0a910
commit 9d2e51884e

View File

@ -2445,7 +2445,7 @@ g_journal_destroy(struct g_journal_softc *sc)
if (cp->acr + cp->acw + cp->ace > 0)
g_access(cp, -1, -1, -1);
/*
* We keep all consumers open for writting, so if I'll detach
* We keep all consumers open for writing, so if I'll detach
* and destroy consumer here, I'll get providers for taste, so
* journal will be started again.
* Sending an event here, prevents this from happening.