diff options
author | Rong Tao <rongtao@cestc.cn> | 2022-12-03 18:25:21 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2022-12-11 19:30:20 -0800 |
commit | 204c2f535d05d52bd7334629557087f9983e6879 (patch) | |
tree | 2119f40bbf878ea204444ef1461ec5ee5b6188e4 /include | |
parent | c53ed55cb275344086e32a7080a6b19cb183650b (diff) | |
download | lwn-204c2f535d05d52bd7334629557087f9983e6879.tar.gz lwn-204c2f535d05d52bd7334629557087f9983e6879.zip |
kcov: fix spelling typos in comments
Fix the typo of 'suport' in kcov.h
Link: https://lkml.kernel.org/r/tencent_922CA94B789587D79FD154445D035AA19E07@qq.com
Signed-off-by: Rong Tao <rongtao@cestc.cn>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
Cc: Andrey Konovalov <andreyknvl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kcov.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kcov.h b/include/linux/kcov.h index 55dc338f6bcd..ee04256f28af 100644 --- a/include/linux/kcov.h +++ b/include/linux/kcov.h @@ -56,7 +56,7 @@ static inline void kcov_remote_start_usb(u64 id) /* * The softirq flavor of kcov_remote_*() functions is introduced as a temporary * work around for kcov's lack of nested remote coverage sections support in - * task context. Adding suport for nested sections is tracked in: + * task context. Adding support for nested sections is tracked in: * https://bugzilla.kernel.org/show_bug.cgi?id=210337 */ |