diff options
author | Nick Clifton <nickc@redhat.com> | 2006-10-19 08:10:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2006-10-19 08:10:08 +0000 |
commit | afc0a4ba176a14e0c1f20bb07b4b558ccd76b99d (patch) | |
tree | 682eebf7771efdfa65333513c27c260ba60801e5 | |
parent | 6b591ec0bab0897c18e94a785d1f5bcb543a42a3 (diff) | |
download | gcc-afc0a4ba176a14e0c1f20bb07b4b558ccd76b99d.zip gcc-afc0a4ba176a14e0c1f20bb07b4b558ccd76b99d.tar.gz gcc-afc0a4ba176a14e0c1f20bb07b4b558ccd76b99d.tar.bz2 |
Fix spelling typo in comment
From-SVN: r117880
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 729cadd..9de713a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 98b2d60..d6f11be 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -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__"; |