aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-11-03 16:14:00 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-11-06 08:00:57 +0000
commit7c2c8a529aeacc370310faaaf8a265a90dad8e61 (patch)
tree57a534e9274e4e5f05febc83c3d153d57f205bab
parent38294bd796896332fe0e9df82cc09aae8e0accda (diff)
gjournal(8): Fix a typo in a source code comment
- s/writting/writing/ (cherry picked from commit 9d2e51884ef286bab94d48d062cf71f6a74a3f99)
-rw-r--r--sys/geom/journal/g_journal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/journal/g_journal.c b/sys/geom/journal/g_journal.c
index 0f23926254bd..6532c2cd03e6 100644
--- a/sys/geom/journal/g_journal.c
+++ b/sys/geom/journal/g_journal.c
@@ -2437,7 +2437,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.