diff options
| -rw-r--r-- | sys/fs/ext2fs/ext2fs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/fs/ext2fs/ext2fs.h b/sys/fs/ext2fs/ext2fs.h index 32da33998772..74bd420ac093 100644 --- a/sys/fs/ext2fs/ext2fs.h +++ b/sys/fs/ext2fs/ext2fs.h @@ -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)); |
