diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-04 09:46:17 +0800 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2021-06-22 09:15:36 +0200 |
commit | c4e0cd4e0c16544ff0afecf07a5fe17de6077233 (patch) | |
tree | b0721a072331b32eb3f9c0c480e3d1c3fa508be3 /fs/fuse/dev.c | |
parent | 6c88632be3827899953d9bc2260da378394007b7 (diff) |
virtiofs: Fix spelling mistakes
Fix some spelling mistakes in comments:
refernce ==> reference
happnes ==> happens
threhold ==> threshold
splitted ==> split
mached ==> matched
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/fuse/dev.c')
-rw-r--r-- | fs/fuse/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index b8d58aa08206..1c8f79b3dd06 100644 --- a/fs/fuse/dev.c +++ b/fs/fuse/dev.c @@ -91,7 +91,7 @@ static void fuse_drop_waiting(struct fuse_conn *fc) { /* * lockess check of fc->connected is okay, because atomic_dec_and_test() - * provides a memory barrier mached with the one in fuse_wait_aborted() + * provides a memory barrier matched with the one in fuse_wait_aborted() * to ensure no wake-up is missed. */ if (atomic_dec_and_test(&fc->num_waiting) && |