From patchwork Wed Dec 5 21:56:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Darren Hart X-Patchwork-Id: 203971 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 E24BC2C0109 for ; Thu, 6 Dec 2012 08:56:29 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754042Ab2LEV41 (ORCPT ); Wed, 5 Dec 2012 16:56:27 -0500 Received: from mga14.intel.com ([143.182.124.37]:62577 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752711Ab2LEV40 (ORCPT ); Wed, 5 Dec 2012 16:56:26 -0500 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 05 Dec 2012 13:56:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,224,1355126400"; d="scan'208";a="176660251" Received: from unknown (HELO localhost) ([10.255.13.60]) by AZSMGA002.ch.intel.com with ESMTP; 05 Dec 2012 13:56:25 -0800 From: Darren Hart To: linux-ext4@vger.kernel.org Cc: Darren Hart , "Theodore Ts'o" , Andreas Dilger Subject: [PATCH 1/3] lib/ext2fs: Correct interates typo in texinfo docs Date: Wed, 5 Dec 2012 13:56:03 -0800 Message-Id: X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1354744565-12594-1-git-send-email-dvhart@infradead.org> References: <1354744565-12594-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