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>
master
Sergei Trofimovich 2011-06-04 11:19:17 +03:00 committed by Chris Mason
parent baafb020b7
commit 2acb6817c7
1 changed files with 1 additions and 1 deletions

View File

@ -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)