Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 399ea57a authored by Colin Ian King's avatar Colin Ian King Committed by Shuah Khan
Browse files

selftests/x86: fix spelling mistake "FAILT" -> "FAIL"



There is an spelling mistake in an a test error message. Fix it.

Acked-by: default avatarAndy Lutomirski <luto@kernel.org>
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 36876b30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}