Skip to content

Commit aed5258

Browse files
committed
fix comment
1 parent d9ede80 commit aed5258

File tree

1 file changed

+2
-2
lines changed
  • lldb/test/API/riscv/step

1 file changed

+2
-2
lines changed

lldb/test/API/riscv/step/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
void __attribute__((naked)) cas(int *a, int *b) {
22
// This atomic sequence implements a copy-and-swap function. This test should
3-
// at the first instruction, and after step instruction, we should stop at the
4-
// end of the sequence (on the ret instruction).
3+
// stop at the first instruction, and after step instruction, we should stop
4+
// at the end of the sequence (on the ret instruction).
55
asm volatile("1:\n\t"
66
"lr.w a2, (a0)\n\t"
77
"and a5, a2, a4\n\t"

0 commit comments

Comments
 (0)