selftests/x86: fix spelling mistake "FAILT" -> "FAIL"
authorColin Ian King <colin.king@canonical.com>
Mon, 1 Jul 2019 13:04:31 +0000 (14:04 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 23 Jul 2019 16:45:15 +0000 (10:45 -0600)
There is an spelling mistake in an a test error message. Fix it.

Acked-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/x86/test_vsyscall.c

index 4602326..a4f4d4c 100644 (file)
@@ -451,7 +451,7 @@ static int test_vsys_x(void)
                printf("[OK]\tExecuting the vsyscall page failed: #PF(0x%lx)\n",
                       segv_err);
        } else {
-               printf("[FAILT]\tExecution failed with the wrong error: #PF(0x%lx)\n",
+               printf("[FAIL]\tExecution failed with the wrong error: #PF(0x%lx)\n",
                       segv_err);
                return 1;
        }