X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-xtensa.c;h=356c3197b9e0b0e2ef1cb017bcf08972f0988e7b;hb=33eaf5de31b248f84ae108cf0cf4e1664db9ee51;hp=bac794639010d8d8ae52ef843effaa51e315c103;hpb=715e99a4980aeeb6511eded2e9d5ffe1b063f21e;p=thirdparty%2Fbinutils-gdb.git diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index bac79463901..356c3197b9e 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -1187,7 +1187,7 @@ directive_pop (directiveE *directive, if (!directive_state_stack) { - as_bad (_("unmatched end directive")); + as_bad (_("unmatched .end directive")); *directive = directive_none; return; } @@ -11223,7 +11223,7 @@ xtensa_move_literals (void) /* First, move the frag out of the literal section and to the appropriate place. */ - /* Insert an aligmnent frag at start of pool. */ + /* Insert an alignment frag at start of pool. */ if (literal_pool->fr_next->fr_type == rs_machine_dependent && literal_pool->fr_next->fr_subtype == RELAX_LITERAL_POOL_END) {