diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-04 04:45:56 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-06-22 10:21:39 +0300 |
commit | 07c32de44e67882e66f4f81f78d2a16bb72337e4 (patch) | |
tree | 0d482c07c3ac0a10ea2cbe86c6efe0e59a58ecc9 /fs/ubifs/super.c | |
parent | 819f9ab430a4478ce519e5cc8ae4de438d8ad4ba (diff) | |
download | linux-07c32de44e67882e66f4f81f78d2a16bb72337e4.tar.xz |
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/super.c')
-rw-r--r-- | fs/ubifs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index e279a069a26b..f0fb25727d96 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c @@ -2061,7 +2061,7 @@ const struct super_operations ubifs_super_operations = { * @mode: UBI volume open mode * * The primary method of mounting UBIFS is by specifying the UBI volume - * character device node path. However, UBIFS may also be mounted withoug any + * character device node path. However, UBIFS may also be mounted without any * character device node using one of the following methods: * * o ubiX_Y - mount UBI device number X, volume Y; |