mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
gjournal(8): Fix a typo in a sysctl description
- s/entires/entries/ MFC after: 5 days
This commit is contained in:
parent
bce295fcbe
commit
3fb6adb079
@ -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 New Issue
Block a user