Skip to content

Commit 4b225d4

Browse files
ColinIanKingshuahkh
authored andcommitted
selftests: Fix spelling mistake "allright" -> "all right"
There are two spelling mistakes in the test messages. Fix them. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 5adbe55 commit 4b225d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/testing/selftests/prctl/disable-tsc-ctxt-sw-stress-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ int main(void)
7979
{
8080
int n_tasks = 100, i;
8181

82-
fprintf(stderr, "[No further output means we're allright]\n");
82+
fprintf(stderr, "[No further output means we're all right]\n");
8383

8484
for (i=0; i<n_tasks; i++)
8585
if (fork() == 0)

tools/testing/selftests/prctl/disable-tsc-on-off-stress-test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int main(void)
8383
{
8484
int n_tasks = 100, i;
8585

86-
fprintf(stderr, "[No further output means we're allright]\n");
86+
fprintf(stderr, "[No further output means we're all right]\n");
8787

8888
for (i=0; i<n_tasks; i++)
8989
if (fork() == 0)

0 commit comments

Comments
 (0)