aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/tnc_commit.c
diff options
context:
space:
mode:
authorZheng Yongjun <[email protected]>2021-06-04 01:45:56 +0000
committerRichard Weinberger <[email protected]>2021-06-22 07:21:39 +0000
commit07c32de44e67882e66f4f81f78d2a16bb72337e4 (patch)
tree0d482c07c3ac0a10ea2cbe86c6efe0e59a58ecc9 /fs/ubifs/tnc_commit.c
parentubifs: Remove ui_mutex in ubifs_xattr_get and change_xattr (diff)
downloadkernel-07c32de44e67882e66f4f81f78d2a16bb72337e4.tar.gz
kernel-07c32de44e67882e66f4f81f78d2a16bb72337e4.zip
ubifs: Fix spelling mistakes
Fix some spelling mistakes in comments: withoug ==> without numer ==> number aswell ==> as well referes ==> refers childs ==> children unnecesarry ==> unnecessary Signed-off-by: Zheng Yongjun <[email protected]> Reviewed-by: Alexander Dahl <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'fs/ubifs/tnc_commit.c')
-rw-r--r--fs/ubifs/tnc_commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/tnc_commit.c b/fs/ubifs/tnc_commit.c
index 234be1c4dc87..58c92c96ecef 100644
--- a/fs/ubifs/tnc_commit.c
+++ b/fs/ubifs/tnc_commit.c
@@ -930,7 +930,7 @@ static int write_index(struct ubifs_info *c)
* flag cleared before %COW_ZNODE. Specifically, it matters in
* the 'dirty_cow_znode()' function. This is the reason for the
* first barrier. Also, we want the bit changes to be seen to
- * other threads ASAP, to avoid unnecesarry copying, which is
+ * other threads ASAP, to avoid unnecessary copying, which is
* the reason for the second barrier.
*/
clear_bit(DIRTY_ZNODE, &znode->flags);