vfs.typenumhash: fix sysctl description

a string continuation was missing a space, resulting in two works
being smushed together.

Sponsored by:	Klara, Inc.
This commit is contained in:
Allan Jude 2022-09-10 22:47:51 +00:00
parent 1760a6950a
commit b20ec58669

View File

@ -80,7 +80,7 @@ SX_SYSINIT(vfsconf, &vfsconf_sx, "vfsconf");
static int vfs_typenumhash = 1;
SYSCTL_INT(_vfs, OID_AUTO, typenumhash, CTLFLAG_RDTUN, &vfs_typenumhash, 0,
"Set vfc_typenum using a hash calculation on vfc_name, so that it does not"
"change when file systems are loaded in a different order.");
" change when file systems are loaded in a different order.");
/*
* A Zen vnode attribute structure.