Discussion:
[uClinux-dev] [PATCH] fs/jfs: Fix typo in comment : 'how may' -> 'how many'
Philippe De Muyter
2013-01-16 21:55:48 UTC
Permalink
Signed-off-by: Philippe De Muyter <phdm at macqel.be>
Cc: trivial at kernel.org
---
fs/jfs/super.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/jfs/super.c b/fs/jfs/super.c
index 1a543be..060ba63 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);
--
1.7.1
Philippe De Muyter
2013-01-16 22:13:22 UTC
Permalink
Post by Philippe De Muyter
- * 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
Oops. That was not meant for uclinux-dev. :)

Philippe

Loading...