summaryrefslogtreecommitdiff
path: root/fs/ext2.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2.h')
-rw-r--r--fs/ext2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext2.h b/fs/ext2.h
index 3c53350..524f8fd 100644
--- a/fs/ext2.h
+++ b/fs/ext2.h
@@ -4,7 +4,8 @@
// =======================
//
// based on osdev wiki article: http://wiki.osdev.org/Ext2
-// root directory is inode 2 per definition!
+// The root directory is inode 2 per definition!
+//
// we do not care about files >4gb (no triply linked lists and no size_high)
// we also use only name_length_low so max length is 255 chars
//