diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-07-30 21:02:47 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-04 15:08:39 +0200 |
commit | 73b2c7165b76b20eb1290e7efebc33cfd21db1ca (patch) | |
tree | e16ac854bede528fde2dcf96903c9720056916ce /fs | |
parent | 17964e9d086cd4cb15b54a71ccddd8bbacb4c00c (diff) |
fix comment typo "choosed" -> "chosen"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/mballoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 12b3bc026a68..0e83dfd351d5 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c @@ -2704,7 +2704,7 @@ void exit_ext4_mballoc(void) /* - * Check quota and mark choosed space (ac->ac_b_ex) non-free in bitmaps + * Check quota and mark chosen space (ac->ac_b_ex) non-free in bitmaps * Returns 0 if success or error code */ static noinline_for_stack int |