Fix spelling typo in comment

From-SVN: r117880
This commit is contained in:
Nick Clifton 2006-10-19 08:10:08 +00:00 committed by Nick Clifton
parent 6b591ec0ba
commit afc0a4ba17
2 changed files with 5 additions and 1 deletions

View 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.

View 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__";