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

Pedro F. Giffuni pfg at FreeBSD.org
Tue Jun 20 14:35:20 UTC 2017


Author: pfg
Date: Tue Jun 20 14:35:19 2017
New Revision: 320146
URL: https://svnweb.freebsd.org/changeset/base/320146

Log:
  Improve grammar concerning "metadata".
  
  Remove unnecessary space while here.

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

Modified: head/sys/fs/ext2fs/ext2fs.h
==============================================================================
--- head/sys/fs/ext2fs/ext2fs.h	Tue Jun 20 14:28:51 2017	(r320145)
+++ head/sys/fs/ext2fs/ext2fs.h	Tue Jun 20 14:35:19 2017	(r320146)
@@ -316,9 +316,8 @@ struct ext2_gd {
 	uint16_t ext4bgd_csum;		/* group descriptor checksum */
 };
 
-
-/* EXT2FS metadatas are stored in little-endian byte order. These macros
- * helps reading these metadatas
+/* EXT2FS metadata is stored in little-endian byte order. These macros
+ * helps reading them.
  */
 
 #define	e2fs_cgload(old, new, size) memcpy((new), (old), (size));


More information about the svn-src-head mailing list