diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-01-30 13:19:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-01-30 13:19:16 +0000 |
commit | b6d08ca1ec3de3cf5723418ddc41796d78ef5690 (patch) | |
tree | 3f6e6a023d3d6dea58de152f42dc1fd95f6c78a4 /gcc/config/rs6000/aix43.h | |
parent | a693735b841b0228abc8e9eda50628d3d86381ae (diff) | |
download | gcc-b6d08ca1ec3de3cf5723418ddc41796d78ef5690.zip gcc-b6d08ca1ec3de3cf5723418ddc41796d78ef5690.tar.gz gcc-b6d08ca1ec3de3cf5723418ddc41796d78ef5690.tar.bz2 |
aix43.h: Fix comment typos.
* config/rs6000/aix43.h: Fix comment typos.
* config/rs6000/aix51.h: Likewise.
* config/rs6000/aix52.h: Likewise.
* config/rs6000/altivec.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/rs6000/rs6000.h: Likewise.
* config/rs6000/rs6000.md: Likewise.
* config/rs6000/spe.md: Likewise.
From-SVN: r62133
Diffstat (limited to 'gcc/config/rs6000/aix43.h')
-rw-r--r-- | gcc/config/rs6000/aix43.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/aix43.h b/gcc/config/rs6000/aix43.h index bcbfcf2..19cadd8 100644 --- a/gcc/config/rs6000/aix43.h +++ b/gcc/config/rs6000/aix43.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX version 4.3. - Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). This file is part of GNU CC. @@ -62,7 +62,7 @@ do { \ #undef ASM_SPEC #define ASM_SPEC "-u %{maix64:-a64 -mppc64} %(asm_cpu)" -/* Common ASM definitions used by ASM_SPEC amonst the various targets +/* Common ASM definitions used by ASM_SPEC amongst the various targets for handling -mcpu=xxx switches. */ #undef ASM_CPU_SPEC #define ASM_CPU_SPEC \ |