btrfs-convert: fix typo: 'all inode' -> 'all inodes'

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Hugo Mills <hugo@carfax.org.uk>
This commit is contained in:
Sergei Trofimovich 2011-06-04 11:19:17 +03:00 committed by Chris Mason
parent baafb020b7
commit 2acb6817c7

View File

@ -1120,7 +1120,7 @@ fail:
return ret; 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, static int copy_inodes(struct btrfs_root *root, ext2_filsys ext2_fs,
int datacsum, int packing, int noxattr) int datacsum, int packing, int noxattr)