diff options
Diffstat (limited to 'doc/libext2fs.texinfo')
-rw-r--r-- | doc/libext2fs.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 0883539a..fb8bc9b1 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -516,7 +516,7 @@ blocks where the block number is zero (also known as ``holes''.) It is also known as BLOCK_FLAG_APPEND, since it is also used by functions such as ext2fs_expand_dir() to add a new block to an inode. -@item BLOCK_FLAG_TRAVERSE +@item BLOCK_FLAG_DEPTH_TRAVERSE This flag indicates that the iterator function for the indirect, doubly indirect, etc. blocks should be called after all of the blocks containined in the indirect blocks are processed. |