diff options
Diffstat (limited to 'opcodes/ip2k-asm.c')
-rw-r--r-- | opcodes/ip2k-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ip2k-asm.c b/opcodes/ip2k-asm.c index c5a318767f..7e3eb318bb 100644 --- a/opcodes/ip2k-asm.c +++ b/opcodes/ip2k-asm.c @@ -373,7 +373,7 @@ parse_lit8 (cd, strp, opindex, valuep) & result_type, & value); if ((errmsg == NULL) && (result_type != CGEN_PARSE_OPERAND_RESULT_QUEUED)) - errmsg = _("%operator operand is not a symbol"); + errmsg = _("percent-operator operand is not a symbol"); *valuep = value; } |