git: 8f94574e52b9 - stable/13 - gjournal(8): Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:52:56 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=8f94574e52b98f97d25a3f4992f7a89b61e33631
commit 8f94574e52b98f97d25a3f4992f7a89b61e33631
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:49:14 +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 24a196215bb1..b0e8ead5c0cd 100644
--- a/sys/geom/journal/g_journal.c
+++ b/sys/geom/journal/g_journal.c
@@ -129,7 +129,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");