From c2f0581e4383e13e3c412faebe2cf1e3d9384838 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Tue, 6 Oct 2020 21:31:04 +0000 Subject: [PATCH] ext2fs: minor typo. Obtained from: Dragonfly MFC after: 3 days --- sys/fs/ext2fs/ext2_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;