From f46ff02f1812a157c6eb26a4b2edac2c2fbfb271 Mon Sep 17 00:00:00 2001 From: Tsukasa OI Date: Tue, 17 Oct 2023 02:09:44 +0000 Subject: [PATCH] RISC-V: Fix typo include/ChangeLog: * opcode/riscv-opc.h: Fix typo. --- include/opcode/riscv-opc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opcode/riscv-opc.h b/include/opcode/riscv-opc.h index 2a26c45f0c2..1f1aa1d1efc 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 -- 2.30.2