diff options
author | Dongsheng Yang <yangds.fnst@cn.fujitsu.com> | 2015-07-30 13:48:09 +0800 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-10-03 20:03:25 +0200 |
commit | 7d25b361a2d3e8a9dcaf463d92285d58dedc74ab (patch) | |
tree | 0254a08c4c16ce3e6ff47d360c092d31dd774562 /fs/ubifs | |
parent | bbc8a0044fb27da5fadb7efbfb472aed00c58e72 (diff) | |
download | op-kernel-dev-7d25b361a2d3e8a9dcaf463d92285d58dedc74ab.zip op-kernel-dev-7d25b361a2d3e8a9dcaf463d92285d58dedc74ab.tar.gz |
UBIFS: fix a typo in comment of ubifs_budget_req
s/now/how
Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
Reviewed-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/ubifs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index de75902..6ef2415 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h @@ -858,9 +858,9 @@ struct ubifs_compressor { * @mod_dent: non-zero if the operation removes or modifies an existing * directory entry * @new_ino: non-zero if the operation adds a new inode - * @new_ino_d: now much data newly created inode contains + * @new_ino_d: how much data newly created inode contains * @dirtied_ino: how many inodes the operation makes dirty - * @dirtied_ino_d: now much data dirtied inode contains + * @dirtied_ino_d: how much data dirtied inode contains * @idx_growth: how much the index will supposedly grow * @data_growth: how much new data the operation will supposedly add * @dd_growth: how much data that makes other data dirty the operation will |