summaryrefslogtreecommitdiff
path: root/opcodes/mt-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/mt-asm.c')
-rw-r--r--opcodes/mt-asm.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}