Date: Wed, 3 Nov 2021 16:18:06 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 9d2e51884ef2 - main - gjournal(8): Fix a typo in a source code comment Message-ID: <202111031618.1A3GI6J1096552@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=9d2e51884ef286bab94d48d062cf71f6a74a3f99 commit 9d2e51884ef286bab94d48d062cf71f6a74a3f99 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-03 16:14:00 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-03 16:14:00 +0000 gjournal(8): Fix a typo in a source code comment - s/writting/writing/ MFC after: 3 days --- sys/geom/journal/g_journal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/journal/g_journal.c b/sys/geom/journal/g_journal.c index 97516ed293e7..e57d58d6f7ca 100644 --- a/sys/geom/journal/g_journal.c +++ b/sys/geom/journal/g_journal.c @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111031618.1A3GI6J1096552>