From patchwork Wed Dec 5 21:56:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/3] lib/ext2fs: Correct interates typo in texinfo docs Date: Wed, 05 Dec 2012 11:56:03 -0000 From: Darren Hart X-Patchwork-Id: 203971 Message-Id: To: linux-ext4@vger.kernel.org Cc: Darren Hart , "Theodore Ts'o" , Andreas Dilger Just a typo fix. Signed-off-by: Darren Hart Cc: "Theodore Ts'o" Cc: Andreas Dilger --- doc/libext2fs.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 9d8e7f1..8272d1d 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -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