diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-04 09:45:56 +0800 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-06-22 09:21:39 +0200 |
commit | 07c32de44e67882e66f4f81f78d2a16bb72337e4 (patch) | |
tree | 0d482c07c3ac0a10ea2cbe86c6efe0e59a58ecc9 /fs/ubifs/master.c | |
parent | 819f9ab430a4478ce519e5cc8ae4de438d8ad4ba (diff) | |
download | linux-07c32de44e67882e66f4f81f78d2a16bb72337e4.tar.gz |
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 <zhengyongjun3@huawei.com>
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/ubifs/master.c')
-rw-r--r-- | fs/ubifs/master.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/master.c b/fs/ubifs/master.c index 0df9a3dd0aaa..7adc37c10b6a 100644 --- a/fs/ubifs/master.c +++ b/fs/ubifs/master.c @@ -37,7 +37,7 @@ int ubifs_compare_master_node(struct ubifs_info *c, void *m1, void *m2) return ret; /* - * Do not compare the embedded HMAC aswell which also must be different + * Do not compare the embedded HMAC as well which also must be different * due to the different common node header. */ behind = hmac_offs + UBIFS_MAX_HMAC_LEN; |