From 2acb6817c70aff99dc42239f3a69169512913ff2 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 4 Jun 2011 11:19:17 +0300 Subject: [PATCH] btrfs-convert: fix typo: 'all inode' -> 'all inodes' Signed-off-by: Sergei Trofimovich Signed-off-by: Hugo Mills --- convert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)