aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2020-10-06 21:31:04 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2020-10-06 21:31:04 +0000
commitc2f0581e4383e13e3c412faebe2cf1e3d9384838 (patch)
tree1a4a7fad7ab2a42050925dc622338f74b337dfd6 /sys/fs
parent4af1bd81573675599d68069b247c6abcf521917f (diff)
downloadsrc-c2f0581e4383e13e3c412faebe2cf1e3d9384838.tar.gz
src-c2f0581e4383e13e3c412faebe2cf1e3d9384838.zip
ext2fs: minor typo.
Obtained from: Dragonfly MFC after: 3 days
Notes
Notes: svn path=/head/; revision=366501
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/ext2fs/ext2_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2_alloc.c b/sys/fs/ext2fs/ext2_alloc.c
index b0c454afc667..4c265a1a8bcc 100644
--- a/sys/fs/ext2fs/ext2_alloc.c
+++ b/sys/fs/ext2fs/ext2_alloc.c
@@ -193,7 +193,7 @@ static SYSCTL_NODE(_vfs, OID_AUTO, ext2fs, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
static int doasyncfree = 1;
SYSCTL_INT(_vfs_ext2fs, OID_AUTO, doasyncfree, CTLFLAG_RW, &doasyncfree, 0,
- "Use asychronous writes to update block pointers when freeing blocks");
+ "Use asynchronous writes to update block pointers when freeing blocks");
static int doreallocblks = 0;