git: b6f4818a7ee4 - main - vfs: Fix a typo in a sysctl description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Nov 2021 06:29:20 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=b6f4818a7ee41a4f81f8fd68a2c9820ebf65bd1d commit b6f4818a7ee41a4f81f8fd68a2c9820ebf65bd1d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-30 06:28:40 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-11-30 06:28:40 +0000 vfs: Fix a typo in a sysctl description - s/dependecies/dependencies/ MFC after: 3 days --- sys/kern/vfs_bio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 8d6eac800caf..61fe9a6e2bfd 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -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,