[PATCH] selftests/powerpc/tm: fix typo on a comment
Albin Babu Varghese
albinbabuvarghese20 at gmail.com
Thu Aug 21 13:29:44 AEST 2025
Fix typo 'sucess' -> 'success' in comment.
Signed-off-by: Albin Babu Varghese <albinbabuvarghese20 at gmail.com>
---
tools/testing/selftests/powerpc/tm/tm-tar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/powerpc/tm/tm-tar.c b/tools/testing/selftests/powerpc/tm/tm-tar.c
index f2a9137f3c1e..ea420caa3961 100644
--- a/tools/testing/selftests/powerpc/tm/tm-tar.c
+++ b/tools/testing/selftests/powerpc/tm/tm-tar.c
@@ -50,7 +50,7 @@ int test_tar(void)
"bne 2b;"
"tend.;"
- /* Transaction sucess! TAR should be 3 */
+ /* Transaction success! TAR should be 3 */
"mfspr 7, %[tar];"
"ori %[res], 7, 4;" // res = 3|4 = 7
"b 4f;"
--
2.50.1
More information about the Linuxppc-dev
mailing list