Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 05:28:33 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r366563 - stable/12/sys/fs/ext2fs
Message-ID:  <202010090528.0995SXXP075219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Fri Oct  9 05:28:32 2020
New Revision: 366563
URL: https://svnweb.freebsd.org/changeset/base/366563

Log:
  MFC r366501:
  ext2fs: minor typo.
  
  Obtained from:	Dragonfly

Modified:
  stable/12/sys/fs/ext2fs/ext2_alloc.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/fs/ext2fs/ext2_alloc.c
==============================================================================
--- stable/12/sys/fs/ext2fs/ext2_alloc.c	Fri Oct  9 05:27:02 2020	(r366562)
+++ stable/12/sys/fs/ext2fs/ext2_alloc.c	Fri Oct  9 05:28:32 2020	(r366563)
@@ -192,7 +192,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?202010090528.0995SXXP075219>