diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-03 13:48:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-03 13:48:35 +0000 |
commit | 6decc66226ccd3f085da349ecf5205e631e400dd (patch) | |
tree | 6718e5e81995c7121d347842eed68d2167713826 /gas/config/tc-arm.c | |
parent | df98fa7db878eec68a03347d4de0f221806c189b (diff) | |
download | gdb-6decc66226ccd3f085da349ecf5205e631e400dd.zip gdb-6decc66226ccd3f085da349ecf5205e631e400dd.tar.gz gdb-6decc66226ccd3f085da349ecf5205e631e400dd.tar.bz2 |
PR gas/5089 * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo.
PR gas/5090 (md_assemble): Fix spelling typo.
Diffstat (limited to 'gas/config/tc-arm.c')
-rw-r--r-- | gas/config/tc-arm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index a1abf64..255ab96 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -3098,7 +3098,7 @@ s_arm_unwind_handlerdata (int ignored ATTRIBUTE_UNUSED) { demand_empty_rest_of_line (); if (unwind.table_entry) - as_bad (_("dupicate .handlerdata directive")); + as_bad (_("duplicate .handlerdata directive")); create_unwind_entry (1); } @@ -14234,7 +14234,7 @@ md_assemble (char *str) } else if (inst.cond != COND_ALWAYS && opcode->tencode != do_t_branch) { - as_bad (_("thumb conditional instrunction not in IT block")); + as_bad (_("thumb conditional instruction not in IT block")); return; } |