libext2fs: fix spelling typo in texinfo docs

Signed-off-by: Darren Hart <dvhart@infradead.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: Andreas Dilger <adilger@dilger.ca>
debian-1.42.9
Darren Hart 2012-12-22 22:47:24 -05:00 committed by Theodore Ts'o
parent 37cdbee0c0
commit e329f67ba5
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ to initialize directory entries for @file{.} and @file{..}, respectively.
@deftypefun errcode_t ext2fs_dir_iterate (ext2_filsys @var{fs}, ext2_ino_t @var{dir}, int @var{flags}, char *@var{block_buf}, int (*@var{func})(struct ext2_dir_entry *@var{dirent}, int @var{offset}, int @var{blocksize}, char *@var{buf}, void *@var{private}), void *@var{private})
This function interates over all of the directory entries in the
This function iterates over all of the directory entries in the
directory @var{dir}, calling the callback function @var{func} for each
directory entry in the directory. The @var{block_buf} parameter should
either be NULL, or if the @code{ext2fs_dir_iterate} function is