Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2020 21:31:05 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366501 - head/sys/fs/ext2fs
Message-ID:  <202010062131.096LV56E002512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Tue Oct  6 21:31:04 2020
New Revision: 366501
URL: https://svnweb.freebsd.org/changeset/base/366501

Log:
  ext2fs: minor typo.
  
  Obtained from:	Dragonfly
  MFC after:	3 days

Modified:
  head/sys/fs/ext2fs/ext2_alloc.c

Modified: head/sys/fs/ext2fs/ext2_alloc.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_alloc.c	Tue Oct  6 19:19:56 2020	(r366500)
+++ head/sys/fs/ext2fs/ext2_alloc.c	Tue Oct  6 21:31:04 2020	(r366501)
@@ -193,7 +193,7 @@ static SYSCTL_NODE(_vfs, OID_AUTO, ext2fs, CTLFLAG_RW 
 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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010062131.096LV56E002512>