]> git.karo-electronics.de Git - linux-beck.git/commitdiff
fs/jfs: Fix typo in comment : 'how may' -> 'how many'
authorPhilippe De Muyter <phdm@macqel.be>
Wed, 16 Jan 2013 21:55:48 +0000 (22:55 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 17 Jan 2013 09:18:02 +0000 (10:18 +0100)
Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/jfs/super.c

index 1a543be09c793bb150efe07f73b92c5b85b4b3d1..060ba638becbe39ee85104860d325b0f4e16a8f7 100644 (file)
@@ -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);