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));
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"