X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fmt-asm.c;h=1b0156ee985a5412f475c8f5c58648f41ff17c74;hb=bd2e25575ca4a83f509c2d6ea3c55d93eada210c;hp=c1660ed52bd1c55ba75a5844e81b52e2d3b0b55c;hpb=9b201bb5e5daa9b4f783e6ece9cbfbdbf9f1d6f4;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/mt-asm.c b/opcodes/mt-asm.c index c1660ed52b..1b0156ee98 100644 --- a/opcodes/mt-asm.c +++ b/opcodes/mt-asm.c @@ -154,7 +154,7 @@ parse_imm16 (CGEN_CPU_DESC cd, break; default: - errmsg = _("%operator operand is not a symbol"); + errmsg = _("The percent-operator's operand is not a symbol"); break; } }