Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4de80273 authored by Philippe De Muyter's avatar Philippe De Muyter Committed by Jiri Kosina
Browse files

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



Signed-off-by: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 92039ed1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);