From: Philippe De Muyter Date: Wed, 16 Jan 2013 21:55:48 +0000 (+0100) Subject: fs/jfs: Fix typo in comment : 'how may' -> 'how many' X-Git-Tag: v3.9-rc1~113^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4de80273a2ffc619f7fa20d85c37e6ba1bbae1ed;p=thirdparty%2Fkernel%2Flinux.git fs/jfs: Fix typo in comment : 'how may' -> 'how many' Signed-off-by: Philippe De Muyter Signed-off-by: Jiri Kosina --- diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 1a543be09c793..060ba638becbe 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c @@ -154,7 +154,7 @@ static int jfs_statfs(struct dentry *dentry, struct kstatfs *buf) /* * If we really return the number of allocated & free inodes, some * applications will fail because they won't see enough free inodes. - * We'll try to calculate some guess as to how may inodes we can + * We'll try to calculate some guess as to how many inodes we can * really allocate * * buf->f_files = atomic_read(&imap->im_numinos);