diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-09-15 10:09:24 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-09-15 10:09:24 -0400 |
commit | 055da1b704e95fea39597bd84d64cea7d4f7d2aa (patch) | |
tree | 296a357e17a1deb3f36ae363ae723efde5d34c1f /fs/ubifs/budget.c | |
parent | 77a7ae580c6cc8a0f0d5d7a7d61eb7e9fe8d99dc (diff) |
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) | |||
741 | * ubifs_get_free_space - return amount of free space. | 741 | * ubifs_get_free_space - return amount of free space. |
742 | * @c: UBIFS file-system description object | 742 | * @c: UBIFS file-system description object |
743 | * | 743 | * |
744 | * This function calculates and retuns amount of free space to report to | 744 | * This function calculates and returns amount of free space to report to |
745 | * user-space. | 745 | * user-space. |
746 | */ | 746 | */ |
747 | long long ubifs_get_free_space(struct ubifs_info *c) | 747 | long long ubifs_get_free_space(struct ubifs_info *c) |