aboutsummaryrefslogtreecommitdiff
path: root/toys/e2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys/e2fs.h')
-rw-r--r--toys/e2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/e2fs.h b/toys/e2fs.h
index ef8f5e8b..bcffa3c6 100644
--- a/toys/e2fs.h
+++ b/toys/e2fs.h
@@ -72,7 +72,7 @@ struct ext2_group
uint16_t free_blocks_count; // How many free blocks in this group?
uint16_t free_inodes_count; // How many free inodes in this group?
uint16_t used_dirs_count; // How many directories?
- uint16_t reserved[7]; // pad to 256 bits.
+ uint16_t reserved[7]; // pad to 32 bytes
};
struct ext2_dentry {