diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-09-15 17:09:24 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-09-15 17:09:24 +0300 |
commit | 055da1b704e95fea39597bd84d64cea7d4f7d2aa (patch) | |
tree | 296a357e17a1deb3f36ae363ae723efde5d34c1f /fs/ubifs/budget.c | |
parent | 77a7ae580c6cc8a0f0d5d7a7d61eb7e9fe8d99dc (diff) | |
download | linux-055da1b704e95fea39597bd84d64cea7d4f7d2aa.tar.bz2 |
UBIFS: various minor commentary fixes
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/budget.c')
-rw-r--r-- | fs/ubifs/budget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/budget.c b/fs/ubifs/budget.c index eaf6d891d46f..c1f3f99b2939 100644 --- a/fs/ubifs/budget.c +++ b/fs/ubifs/budget.c @@ -741,7 +741,7 @@ long long ubifs_get_free_space_nolock(struct ubifs_info *c) * ubifs_get_free_space - return amount of free space. * @c: UBIFS file-system description object * - * This function calculates and retuns amount of free space to report to + * This function calculates and returns amount of free space to report to * user-space. */ long long ubifs_get_free_space(struct ubifs_info *c) |