summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWang Yan <wangyan01@kylinos.cn>2026-07-02 09:56:34 +0800
committerShuah Khan <skhan@linuxfoundation.org>2026-07-10 11:29:22 -0600
commit20f01a5565ce79923b75a2ac8e8ef2a1d7adf517 (patch)
treec0ce1338dbc81cfab802d29531f1468df6aa2a8f /tools
parentdc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff)
selftests/ftrace: fix spelling error in poll test comment
Fix typo "happned" -> "happened" in ftrace poll test comment. Link: https://lore.kernel.org/r/20260702015634.366201-1-wangyan01@kylinos.cn Signed-off-by: Wang Yan <wangyan01@kylinos.cn> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/ftrace/poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/ftrace/poll.c b/tools/testing/selftests/ftrace/poll.c
index 53258f7515e7..4da86a20dc85 100644
--- a/tools/testing/selftests/ftrace/poll.c
+++ b/tools/testing/selftests/ftrace/poll.c
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
}
close(pfd.fd);
- /* If timeout happned (ret == 0), exit code is 1 */
+ /* If timeout happened (ret == 0), exit code is 1 */
if (ret == 0)
return 1;