From: Jose E. Marchesi Date: Fri, 1 May 2015 17:16:59 +0000 (-0700) Subject: gas: typo in comment fixed. X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~5^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d495746bb7ac93f3270443cae4117d6ae69ea05;p=thirdparty%2Fbinutils-gdb.git gas: typo in comment fixed. gas/ChangeLog: 2015-05-06 Jose E. Marchesi * config/tc-sparc.c: Typo in comment fixed. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 57b3bf54e5d..7f42a641308 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2015-05-06 Jose E. Marchesi + + * config/tc-sparc.c: Typo in comment fixed. + 2015-05-06 Jose E. Marchesi * config/tc-sparc.c (sparc_ip): Support the %ncc "natural" diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index 3ffe74f7219..e468732d7bd 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -1211,7 +1211,7 @@ synthetize_setsw (const struct sparc_opcode *insn) output_insn (insn, &the_insn); } -/* Handle the setsw synthetic instruction. */ +/* Handle the setx synthetic instruction. */ static void synthetize_setx (const struct sparc_opcode *insn)