Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <colin.i.king@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240508084117.2869261-1-colin.i.king@gmail.com

authored by

Colin Ian King and committed by
Michael Ellerman
98ec6d38 8873aab8

+1 -1
+1 -1
tools/testing/selftests/powerpc/dexcr/chdexcr.c
··· 26 26 "\n" 27 27 "The normal option sets the aspect in the DEXCR. The --no- variant\n" 28 28 "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" 30 30 "Conversely, --no-ibrtpd clears the aspect bit, so indirect branch\n" 31 31 "prediction may occur.\n" 32 32 "\n"