aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-07-01 14:04:31 +0100
committerShuah Khan <skhan@linuxfoundation.org>2019-07-23 10:45:15 -0600
commit399ea57a4c8bc5fdb71a024a6870b5767b2ef6d8 (patch)
tree84c87284645bb30e7f62355a77cd613c394a6625
parentselftests: kmod: Fix typo in kmod.sh (diff)
downloadwireguard-linux-399ea57a4c8bc5fdb71a024a6870b5767b2ef6d8.tar.xz
wireguard-linux-399ea57a4c8bc5fdb71a024a6870b5767b2ef6d8.zip
selftests/x86: fix spelling mistake "FAILT" -> "FAIL"
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>
-rw-r--r--tools/testing/selftests/x86/test_vsyscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/test_vsyscall.c b/tools/testing/selftests/x86/test_vsyscall.c
index 4602326b8f5b..a4f4d4cf22c3 100644
--- a/tools/testing/selftests/x86/test_vsyscall.c
+++ b/tools/testing/selftests/x86/test_vsyscall.c
@@ -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;
}