]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
UBIFS: fix a typo in comment of ubifs_budget_req
authorDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Thu, 30 Jul 2015 05:48:09 +0000 (13:48 +0800)
committerRichard Weinberger <richard@nod.at>
Sat, 3 Oct 2015 18:03:25 +0000 (20:03 +0200)
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>
fs/ubifs/ubifs.h

index de759022f3d636d74a62445ab33bd2b9b0e48dac..6ef2415aad9dd4fe452321d0e0ff231733e806c1 100644 (file)
@@ -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