1
0
Fork 0

x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded"

There is a spelling mistake eprintf error message, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
hifive-unleashed-5.1
Colin Ian King 2019-01-02 09:54:03 +00:00 committed by Shuah Khan
parent 7b3027728f
commit a180ac19ac
1 changed files with 1 additions and 1 deletions

View File

@ -1503,7 +1503,7 @@ exit:
exit(20);
}
if (successes != total_nr_tests) {
eprintf("ERROR: succeded fewer than number of tries (%d != %d)\n",
eprintf("ERROR: succeeded fewer than number of tries (%d != %d)\n",
successes, total_nr_tests);
exit(21);
}