summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-02-02 15:56:21 +0300
committerShuah Khan <skhan@linuxfoundation.org>2023-02-13 19:09:46 +0300
commit4b225d4f067f544b7594ce8a18216e19f0c1d692 (patch)
tree2d8c148dbbe14ccc4959b4a15669eace71c432ca /tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
parent5adbe55c8ba5c2d03add62386e4722d273e5b893 (diff)
downloadlinux-4b225d4f067f544b7594ce8a18216e19f0c1d692.tar.xz
selftests: Fix spelling mistake "allright" -> "all right"
There are two spelling mistakes in the test messages. Fix them. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c')
-rw-r--r--tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c b/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
index 79950f9a26fd..d39511eb9b01 100644
--- a/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
+++ b/tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c
@@ -83,7 +83,7 @@ int main(void)
{
int n_tasks = 100, i;
- fprintf(stderr, "[No further output means we're allright]\n");
+ fprintf(stderr, "[No further output means we're all right]\n");
for (i=0; i<n_tasks; i++)
if (fork() == 0)