svn commit: r320170 - head/sys/fs/ext2fs

Pedro F. Giffuni pfg at FreeBSD.org
Tue Jun 20 20:22:36 UTC 2017


Author: pfg
Date: Tue Jun 20 20:22:34 2017
New Revision: 320170
URL: https://svnweb.freebsd.org/changeset/base/320170

Log:
  Attempt to treat "metadata" as a collectively singular noun.
  
  Or at least more consistent.
  
  Input from:	matteo, ian

Modified:
  head/sys/fs/ext2fs/ext2fs.h

Modified: head/sys/fs/ext2fs/ext2fs.h
==============================================================================
--- head/sys/fs/ext2fs/ext2fs.h	Tue Jun 20 20:19:57 2017	(r320169)
+++ head/sys/fs/ext2fs/ext2fs.h	Tue Jun 20 20:22:34 2017	(r320170)
@@ -317,7 +317,7 @@ struct ext2_gd {
 };
 
 /* EXT2FS metadata is stored in little-endian byte order. These macros
- * helps reading them.
+ * help reading it.
  */
 
 #define	e2fs_cgload(old, new, size) memcpy((new), (old), (size));


More information about the svn-src-head mailing list