Fix typo.
authorPhilip Blundell <philb@gnu.org>
Fri, 29 Dec 2000 12:49:37 +0000 (12:49 +0000)
committerPhil Blundell <pb@gcc.gnu.org>
Fri, 29 Dec 2000 12:49:37 +0000 (12:49 +0000)
From-SVN: r38534

gcc/ChangeLog
gcc/config/arm/arm.c

index 476801bbe459824008149f72a488a1672b77a70a..e7095422857a87837d3c5e73e27362ec4a67cb8c 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-29  Philip Blundell  <philb@gnu.org>
+
+       * config/arm/arm.c (arm_override_options): Fix typo in warning
+       message.
+
 2000-12-29  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.c (alpha_expand_block_move): Initialize
index 7e092c4f8524a9b869975f0a0e7e0a34bde94803..5511f1114fbf7a695e45ffbaec448cc67d4c1dd6 100644 (file)
@@ -521,7 +521,7 @@ arm_override_options ()
   
   if (TARGET_THUMB && !(insn_flags & FL_THUMB))
     {
-      warning ("target CPU does not supoport THUMB instructions.");
+      warning ("target CPU does not support THUMB instructions.");
       target_flags &= ~ARM_FLAG_THUMB;
     }