Date: Thu, 25 Jan 2024 06:48:16 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 80568cbfced8 - stable/14 - gjournal(8): Fix a typo in a sysctl description Message-ID: <202401250648.40P6mGQU016452@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=80568cbfced81534e8f90d2a5ff0dacac76fb89b commit 80568cbfced81534e8f90d2a5ff0dacac76fb89b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-20 19:58:08 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-25 06:43:16 +0000 gjournal(8): Fix a typo in a sysctl description - s/entires/entries/ (cherry picked from commit 3fb6adb07915b6759892c937fe4ae8a07ed1a029) --- 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 11a75e541fda..4d4fa26dd608 100644 --- a/sys/geom/journal/g_journal.c +++ b/sys/geom/journal/g_journal.c @@ -131,7 +131,7 @@ g_journal_record_entries_sysctl(SYSCTL_HANDLER_ARGS) SYSCTL_PROC(_kern_geom_journal, OID_AUTO, record_entries, CTLTYPE_UINT | CTLFLAG_RW | CTLFLAG_MPSAFE, NULL, 0, g_journal_record_entries_sysctl, "I", - "Maximum number of entires in one journal record"); + "Maximum number of entries in one journal record"); SYSCTL_UINT(_kern_geom_journal, OID_AUTO, optimize, CTLFLAG_RW, &g_journal_do_optimize, 0, "Try to combine bios on flush and copy");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250648.40P6mGQU016452>