* [PATCH] selftests/powerpc/tm: fix typo on a comment
@ 2025-08-21 3:29 Albin Babu Varghese
0 siblings, 0 replies; only message in thread
From: Albin Babu Varghese @ 2025-08-21 3:29 UTC (permalink / raw)
To: Shuah Khan, Madhavan Srinivasan, Michael Ellerman,
Nicholas Piggin, Christophe Leroy, Shuah Khan,
Albin Babu Varghese
Cc: linuxppc-dev, linux-kselftest, linux-kernel
Fix typo 'sucess' -> 'success' in comment.
Signed-off-by: Albin Babu Varghese <albinbabuvarghese20@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-21 3:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 3:29 [PATCH] selftests/powerpc/tm: fix typo on a comment Albin Babu Varghese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).