Skip to content

Commit f46ff02

Browse files
committed
RISC-V: Fix typo
include/ChangeLog: * opcode/riscv-opc.h: Fix typo.
1 parent 2b6cdc4 commit f46ff02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/opcode/riscv-opc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@
23152315
#define MASK_C_NTL_S1 0xffff
23162316
#define MATCH_C_NTL_ALL 0x9016
23172317
#define MASK_C_NTL_ALL 0xffff
2318-
/* Zawrs intructions. */
2318+
/* Zawrs instructions. */
23192319
#define MATCH_WRS_NTO 0x00d00073
23202320
#define MASK_WRS_NTO 0xffffffff
23212321
#define MATCH_WRS_STO 0x01d00073

0 commit comments

Comments
 (0)