selftests: Fix spelling mistake "allright" -> "all right"
authorColin Ian King <colin.i.king@gmail.com>
Thu, 2 Feb 2023 12:56:21 +0000 (12:56 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 13 Feb 2023 16:09:46 +0000 (09:09 -0700)
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>
tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c
tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c

index 62a93cc61b7cc377be7eb749e2509d9939f09838..6d1a5ee8eb28b73fad5af3817cd34d824c5c653c 100644 (file)
@@ -79,7 +79,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)
index 79950f9a26fd660fa49ef4f75e614a620e378e81..d39511eb9b01db9c4013144988b73cb08afdc938 100644 (file)
@@ -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)