Fix spelling typo in comment
authorNick Clifton <nickc@redhat.com>
Thu, 19 Oct 2006 08:10:08 +0000 (08:10 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 19 Oct 2006 08:10:08 +0000 (08:10 +0000)
From-SVN: r117880

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

index 729cadd..9de713a 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-19  Nick Clifton  <nickc@redhat.com>
+
+       * config/arm/arm.c: Fix spelling typo.
+
 2006-10-18  Tom Tromey  <tromey@redhat.com>
 
        * doc/install.texi (Prerequisites): Mention automake 1.9.6.
index 98b2d60..d6f11be 100644 (file)
@@ -626,7 +626,7 @@ static struct arm_cpu_select arm_select[] =
 #define ARM_OPT_SET_ARCH 1
 #define ARM_OPT_SET_TUNE 2
 
-/* The name of the proprocessor macro to define for this architecture.  */
+/* The name of the preprocessor macro to define for this architecture.  */
 
 char arm_arch_name[] = "__ARM_ARCH_0UNK__";