diff options
Diffstat (limited to 'gas/config/tc-frv.c')
-rw-r--r-- | gas/config/tc-frv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c index f49096d..375f638 100644 --- a/gas/config/tc-frv.c +++ b/gas/config/tc-frv.c @@ -727,7 +727,7 @@ frv_tomcat_shuffle (enum vliw_nop_type this_nop_type, buffer[0] |= 0x80; } /* The branch is in the middle. Split this vliw insn into first - and second parts. Insert the NOP inbetween. */ + and second parts. Insert the NOP between. */ second_part->insn_list = insert_before_insn; second_part->insn_list->type = VLIW_BRANCH_HAS_NOPS; @@ -767,7 +767,7 @@ frv_tomcat_shuffle (enum vliw_nop_type this_nop_type, } /* The branch is in the middle. Split this vliw insn into first - and second parts. Insert the NOP inbetween. */ + and second parts. Insert the NOP in between. */ second_part->insn_list = insert_before_insn; second_part->insn_list->type = VLIW_BRANCH_HAS_NOPS; second_part->next = vliw_to_split->next; |