diff options
author | Tsukasa OI <research_trasio@irq.a4lg.com> | 2023-10-17 02:09:44 +0000 |
---|---|---|
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | 2023-10-17 02:09:44 +0000 |
commit | f46ff02f1812a157c6eb26a4b2edac2c2fbfb271 (patch) | |
tree | 81d84f773d44ffc8bb7e00d2ca93e780387109d2 /include | |
parent | 2b6cdc46a231478b64d98dc5f0f2d49cb9617e5d (diff) | |
download | gdb-f46ff02f1812a157c6eb26a4b2edac2c2fbfb271.zip gdb-f46ff02f1812a157c6eb26a4b2edac2c2fbfb271.tar.gz gdb-f46ff02f1812a157c6eb26a4b2edac2c2fbfb271.tar.bz2 |
RISC-V: Fix typo
include/ChangeLog:
* opcode/riscv-opc.h: Fix typo.
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/riscv-opc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/riscv-opc.h b/include/opcode/riscv-opc.h index 2a26c45..1f1aa1d 100644 --- a/include/opcode/riscv-opc.h +++ b/include/opcode/riscv-opc.h @@ -2315,7 +2315,7 @@ #define MASK_C_NTL_S1 0xffff #define MATCH_C_NTL_ALL 0x9016 #define MASK_C_NTL_ALL 0xffff -/* Zawrs intructions. */ +/* Zawrs instructions. */ #define MATCH_WRS_NTO 0x00d00073 #define MASK_WRS_NTO 0xffffffff #define MATCH_WRS_STO 0x01d00073 |