selftests/powerpc/dexcr: Fix spelling mistake "predicition" -> "prediction"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 8 May 2024 08:41:17 +0000 (09:41 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 8 May 2024 12:32:22 +0000 (22:32 +1000)
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
tools/testing/selftests/powerpc/dexcr/chdexcr.c

index bda44630cada27e3bcc84689748a7fdb4c2445d5..c548d7a5bb9b0ec94be697f8719288027d4af4a4 100644 (file)
@@ -26,7 +26,7 @@ static void help(void)
               "\n"
               "The normal option sets the aspect in the DEXCR. The --no- variant\n"
               "clears that aspect. For example, --ibrtpd sets the IBRTPD aspect bit,\n"
-              "so indirect branch predicition will be disabled in the provided program.\n"
+              "so indirect branch prediction will be disabled in the provided program.\n"
               "Conversely, --no-ibrtpd clears the aspect bit, so indirect branch\n"
               "prediction may occur.\n"
               "\n"