Improve grammar concerning "metadata".

Remove unnecessary space while here.
This commit is contained in:
Pedro F. Giffuni 2017-06-20 14:35:19 +00:00
parent d23db91ef4
commit af2ae31d93

View File

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