1
0
Fork 0

fs/jfs: Fix typo in comment : 'how may' -> 'how many'

Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Philippe De Muyter 2013-01-16 22:55:48 +01:00 committed by Jiri Kosina
parent 92039ed129
commit 4de80273a2
1 changed files with 1 additions and 1 deletions

View 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);