git: 2c68c93e2e83 - stable/13 - vfs: Fix a typo in a sysctl description

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 03 Dec 2021 15:54:24 UTC
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,