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 08d3a901..13474804 100644
--- a/toys/e2fs.h
+++ b/toys/e2fs.h
@@ -100,7 +100,7 @@ struct ext2_inode {
uint32_t generation; // File version (for NFS)
uint32_t file_acl; // File ACL
uint32_t dir_acl; // Directory ACL (or top bits of file length)
- uint32_t faddr; // Fragment address
+ uint32_t faddr; // Last block in file
uint8_t frag; // Fragment number
uint8_t fsize; // Fragment size
uint16_t pad1;