Attempt to treat "metadata" as a collectively singular noun.

Or at least more consistent.

Input from:	matteo, ian
This commit is contained in:
Pedro F. Giffuni 2017-06-20 20:22:34 +00:00
parent 19d04786c7
commit aee33af1f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320170

View File

@ -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));