diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-01-02 09:54:03 +0000 |
---|---|---|
committer | Shuah Khan <shuah@kernel.org> | 2019-01-14 18:50:17 -0700 |
commit | a180ac19ac19145789faa8ece9a45934822f6a29 (patch) | |
tree | 275eb57cc7cf5f0c5e2b0caa646b778be44829d8 /tools | |
parent | 7b3027728f4d4f6763f4d7e771acfc9424cdd0e6 (diff) | |
download | linux-a180ac19ac19145789faa8ece9a45934822f6a29.tar.bz2 |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/x86/mpx-mini-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/mpx-mini-test.c b/tools/testing/selftests/x86/mpx-mini-test.c index 50f7e9272481..bf1bb15b6fbe 100644 --- a/tools/testing/selftests/x86/mpx-mini-test.c +++ b/tools/testing/selftests/x86/mpx-mini-test.c @@ -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); } |