From 385e4d0f27945ef38e19a8fd3ec4cd76ff3b87a5 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Thu, 21 Jun 2018 22:45:47 +0100 Subject: [PATCH] MIPS/opcodes: Fix a typo in `-M ginv' option description opcodes/ * mips-dis.c (print_mips_disassembler_options): Fix a typo in `-M ginv' option description. --- opcodes/ChangeLog | 5 +++++ opcodes/mips-dis.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c5ef6a367e2..d455a38231b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2018-06-21 Maciej W. Rozycki + + * mips-dis.c (print_mips_disassembler_options): Fix a typo in + `-M ginv' option description. + 2018-06-20 Sebastian Huber PR gas/23305 diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index aeb8d7ebd60..4938f90bb74 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -2575,7 +2575,7 @@ with the -M switch (multiple options should be separated by commas):\n")); ASE instructions.\n")); fprintf (stream, _("\n\ - ginv Recognize the Global INValidate (GINV) ASe\n\ + ginv Recognize the Global INValidate (GINV) ASE\n\ instructions.\n")); fprintf (stream, _("\n\ -- 2.30.2