summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-06-04 11:19:17 +0300
committerChris Mason <chris.mason@oracle.com>2011-10-25 09:18:58 -0400
commit2acb6817c70aff99dc42239f3a69169512913ff2 (patch)
treefc3b1e919c2d18511dcf5ff3cb13995b0a57b176
parentbaafb020b76258ec7a87d8608f3ac3603e4630f8 (diff)
downloadbtrfs-progs-2acb6817c70aff99dc42239f3a69169512913ff2.tar.gz
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>
-rw-r--r--convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.c b/convert.c
index fbcf4a33..291dc27d 100644
--- 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)