]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
x86/mpx/selftests: fix spelling mistake "succeded" -> "succeeded"
authorColin Ian King <colin.king@canonical.com>
Wed, 2 Jan 2019 09:54:03 +0000 (09:54 +0000)
committerShuah Khan <shuah@kernel.org>
Tue, 15 Jan 2019 01:50:17 +0000 (18:50 -0700)
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>
tools/testing/selftests/x86/mpx-mini-test.c

index 50f7e92724813a3525154ede4f2b282af7e5a839..bf1bb15b6fbe3e2831a302a01586de6605b242e2 100644 (file)
@@ -1503,7 +1503,7 @@ void check_mpx_insns_and_tables(void)
                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);
        }