aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2fs.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-06-20 20:22:34 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-06-20 20:22:34 +0000
commitaee33af1f1c89a1838e1f2dc983e5683f73a6c1a (patch)
treeb33a3ed52631f368c37a706107e1f6dd248bdc66 /sys/fs/ext2fs/ext2fs.h
parent19d04786c71e1077a773aa7c367b296eb9038e43 (diff)
downloadsrc-aee33af1f1c89a1838e1f2dc983e5683f73a6c1a.tar.gz
src-aee33af1f1c89a1838e1f2dc983e5683f73a6c1a.zip
Attempt to treat "metadata" as a collectively singular noun.
Or at least more consistent. Input from: matteo, ian
Notes
Notes: svn path=/head/; revision=320170
Diffstat (limited to 'sys/fs/ext2fs/ext2fs.h')
-rw-r--r--sys/fs/ext2fs/ext2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/ext2fs/ext2fs.h b/sys/fs/ext2fs/ext2fs.h
index 74bd420ac093..41eee5b6503d 100644
--- a/sys/fs/ext2fs/ext2fs.h
+++ b/sys/fs/ext2fs/ext2fs.h
@@ -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));