Skip to content

Commit

Permalink
fs/jfs: Fix typo in comment : 'how may' -> 'how many'
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Philippe De Muyter authored and Jiri Kosina committed Jan 17, 2013
1 parent 92039ed commit 4de8027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4de8027

Please sign in to comment.