git: 3fb6adb07915 - main - gjournal(8): Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jan 2024 20:00:36 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=3fb6adb07915b6759892c937fe4ae8a07ed1a029
commit 3fb6adb07915b6759892c937fe4ae8a07ed1a029
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-01-20 19:58:08 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-01-20 19:58:08 +0000
gjournal(8): Fix a typo in a sysctl description
- s/entires/entries/
MFC after: 5 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 92c197d98aa3..6d9f6239e632 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");