Skip to content

Commit 98ec6d3

Browse files
ColinIanKingmpe
authored andcommitted
selftests/powerpc/dexcr: Fix spelling mistake "predicition" -> "prediction"
There is a spelling mistake in the help message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://msgid.link/[email protected]
1 parent 8873aab commit 98ec6d3

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/powerpc/dexcr

1 file changed

+1
-1
lines changed

tools/testing/selftests/powerpc/dexcr/chdexcr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static void help(void)
2626
"\n"
2727
"The normal option sets the aspect in the DEXCR. The --no- variant\n"
2828
"clears that aspect. For example, --ibrtpd sets the IBRTPD aspect bit,\n"
29-
"so indirect branch predicition will be disabled in the provided program.\n"
29+
"so indirect branch prediction will be disabled in the provided program.\n"
3030
"Conversely, --no-ibrtpd clears the aspect bit, so indirect branch\n"
3131
"prediction may occur.\n"
3232
"\n"

0 commit comments

Comments
 (0)