Update ChangeLog entry for PR 22163
[deliverable/binutils-gdb.git] / opcodes / riscv-dis.c
index bb534633102c3274f1b3a2b0fdc14370497defea..17d042afb5bb5ba0531b99308ebafedfac261af6 100644 (file)
@@ -21,7 +21,7 @@
    see <http://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
-#include "dis-asm.h"
+#include "disassemble.h"
 #include "libiberty.h"
 #include "opcode/riscv.h"
 #include "opintl.h"
@@ -498,7 +498,7 @@ The following RISC-V-specific disassembler options are supported for use\n\
 with the -M switch (multiple options should be separated by commas):\n"));
 
   fprintf (stream, _("\n\
-  numeric       Print numeric reigster names, rather than ABI names.\n"));
+  numeric       Print numeric register names, rather than ABI names.\n"));
 
   fprintf (stream, _("\n\
   no-aliases    Disassemble only into canonical instructions, rather\n\
This page took 0.02286 seconds and 4 git commands to generate.