diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/format.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/format.txt b/doc/format.txt index 1e059c2..b1d2df5 100644 --- a/doc/format.txt +++ b/doc/format.txt @@ -662,8 +662,8 @@   +------+--------------+------------------------------------------------------+   | u32  | parent inode | Same as above.                                       |   +------+--------------+------------------------------------------------------+ - | u16  | index count  | One less than the number of directory index entries  | - |      |              | following the inode structure.                       | + | u16  | index count  | The number of directory index entries following the  | + |      |              | inode structure.                                     |   +------+--------------+------------------------------------------------------+   | u16  | block offset | Same as above.                                       |   +------+--------------+------------------------------------------------------+  | 
