Skip to content

Commit 9dff558

Browse files
committed
Fix typo
1 parent 7635b70 commit 9dff558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross-project-tests/tools/llvm-objdump/RISCV/riscv32-ar-coverage.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.text
1919
_start:
2020
auipc a0, 0x0
21-
addi a0, a0, 0x16 # addi -- behavior changes with differentr architectures
21+
addi a0, a0, 0x16 # addi -- behavior changes with different architectures
2222

2323
auipc a0, 0x0
2424
c.ld a2, 0x10(a0) # zclsd instruction

0 commit comments

Comments
 (0)