Skip to content

Commit bd64e9d

Browse files
ColinIanKingIngo Molnar
authored andcommitted
selftests/x86/xstate: Fix spelling mistake "hader" -> "header"
There is a spelling mistake in a sig_print() message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5d3b81d commit bd64e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/x86/xstate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ static void validate_sigfpstate(int sig, siginfo_t *si, void *ctx_void)
391391
if (get_xstatebv(xbuf) & xstate.mask)
392392
sig_print("[OK]\t'xfeatures' in XSAVE header is valid\n");
393393
else
394-
sig_print("[FAIL]\t'xfeatures' in XSAVE hader is not valid\n");
394+
sig_print("[FAIL]\t'xfeatures' in XSAVE header is not valid\n");
395395

396396
if (validate_xstate_same(stashed_xbuf, xbuf))
397397
sig_print("[OK]\txstate delivery was successful\n");

0 commit comments

Comments
 (0)