From patchwork Thu Dec 20 02:49:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Darren Hart X-Patchwork-Id: 207604 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 481162C0087 for ; Thu, 20 Dec 2012 13:49:39 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752161Ab2LTCtg (ORCPT ); Wed, 19 Dec 2012 21:49:36 -0500 Received: from merlin.infradead.org ([205.233.59.134]:37469 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397Ab2LTCtf (ORCPT ); Wed, 19 Dec 2012 21:49:35 -0500 Received: from static-50-53-98-238.bvtn.or.frontiernet.net ([50.53.98.238] helo=localhost) by merlin.infradead.org with esmtpsa (Exim 4.76 #1 (Red Hat Linux)) id 1TlWCU-0007F0-V2; Thu, 20 Dec 2012 02:49:35 +0000 From: Darren Hart To: linux-ext4@vger.kernel.org Cc: tytso@mit.edu, adilger@dilger.ca, sgw@linux.intel.com, Darren Hart Subject: [PATCH 1/3] lib/ext2fs: Correct interates typo in texinfo docs Date: Wed, 19 Dec 2012 18:49:21 -0800 Message-Id: X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1355971763-2348-1-git-send-email-dvhart@infradead.org> References: <1355971763-2348-1-git-send-email-dvhart@infradead.org> Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org 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