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>
This commit is contained in:
Colin Ian King 2023-02-02 12:56:21 +00:00 committed by Shuah Khan
parent 5adbe55c8b
commit 4b225d4f06
2 changed files with 2 additions and 2 deletions

View 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)

View 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)