Minor sysctl description cleanup.

No functional change.

Agreed-by: Mateusz Guzik
This commit is contained in:
Kirk McKusick 2023-10-20 15:32:05 -07:00
parent 1e39a0886e
commit 3943698c6d

View file

@ -1506,7 +1506,7 @@ static int vnlruproc_sig;
static u_long vnlruproc_kicks;
SYSCTL_ULONG(_vfs_vnode_vnlru, OID_AUTO, kicks, CTLFLAG_RD, &vnlruproc_kicks, 0,
"Number of times vnlru got woken up due to vnode shortage");
"Number of times vnlru awakened due to vnode shortage");
#define VNLRU_COUNT_SLOP 100