btrfs-convert: fix typo: 'all inode' -> 'all inodes'
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 4 Jun 2011 08:19:17 +0000 (11:19 +0300)
committerChris Mason <chris.mason@oracle.com>
Tue, 25 Oct 2011 13:18:58 +0000 (09:18 -0400)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
convert.c

index fbcf4a3..291dc27 100644 (file)
--- a/convert.c
+++ b/convert.c
@@ -1120,7 +1120,7 @@ fail:
        return ret;
 }
 /*
- * scan ext2's inode bitmap and copy all used inode.
+ * scan ext2's inode bitmap and copy all used inodes.
  */
 static int copy_inodes(struct btrfs_root *root, ext2_filsys ext2_fs,
                       int datacsum, int packing, int noxattr)