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>
This commit is contained in:
Wang Yan
2026-07-02 09:56:34 +08:00
committed by Shuah Khan
parent dc59e4fea9
commit 20f01a5565

View File

@@ -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;