mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
gjournal(8): Fix a typo in a sysctl description
- s/entires/entries/ (cherry picked from commit 3fb6adb07915b6759892c937fe4ae8a07ed1a029)
This commit is contained in:
parent
41b4817098
commit
80568cbfce
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue