vfs: Fix a typo in a sysctl description

- s/dependecies/dependencies/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-30 07:28:40 +01:00
parent 3cf59750eb
commit b6f4818a7e

View File

@ -3494,7 +3494,7 @@ buf_daemon()
static int flushwithdeps = 0;
SYSCTL_INT(_vfs, OID_AUTO, flushwithdeps, CTLFLAG_RW | CTLFLAG_STATS,
&flushwithdeps, 0,
"Number of buffers flushed with dependecies that require rollbacks");
"Number of buffers flushed with dependencies that require rollbacks");
static int
flushbufqueues(struct vnode *lvp, struct bufdomain *bd, int target,