diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-06-20 14:35:19 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-06-20 14:35:19 +0000 |
| commit | af2ae31d933c51adacebf66520d7bce89694dbf5 (patch) | |
| tree | 3e1948b44447e9d8a16681ed57f2edcad8704159 | |
| parent | d23db91ef48ce6e93a31244fd7ef72426b0a7afa (diff) | |
Notes
| -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)); |
