Date: Fri, 3 Dec 2021 15:54:24 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2c68c93e2e83 - stable/13 - vfs: Fix a typo in a sysctl description Message-ID: <202112031554.1B3FsOew062315@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2c68c93e2e83ff404a71f7cf8980e723cce3a54d commit 2c68c93e2e83ff404a71f7cf8980e723cce3a54d Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-11-30 06:28:40 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-12-03 15:51:32 +0000 vfs: Fix a typo in a sysctl description - s/dependecies/dependencies/ (cherry picked from commit b6f4818a7ee41a4f81f8fd68a2c9820ebf65bd1d) --- 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 1e58339446a9..eb3dd9ff6038 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -3480,7 +3480,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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112031554.1B3FsOew062315>