diff options
author | Doug Evans <dje@gnu.org> | 1993-10-06 21:54:36 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1993-10-06 21:54:36 +0000 |
commit | 7785c85ff04c759a1342cd0f4c866a63918ab5bf (patch) | |
tree | 0d0c36a2d808fe07a47598fc58c60d841ed1e8e0 | |
parent | 4b1d0feacabbe29a369453422c0c46b79e352318 (diff) | |
download | gcc-7785c85ff04c759a1342cd0f4c866a63918ab5bf.zip gcc-7785c85ff04c759a1342cd0f4c866a63918ab5bf.tar.gz gcc-7785c85ff04c759a1342cd0f4c866a63918ab5bf.tar.bz2 |
fix 2 typos
From-SVN: r5645
-rwxr-xr-x | gcc/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 90689dc..1345615 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -104,7 +104,7 @@ esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in - # Recognize the basic CPU types with without company name. + # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ @@ -116,7 +116,7 @@ case $basic_machine in echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; - # Recognize the basic CPU types with with company name. + # Recognize the basic CPU types with company name. vax-* | tahoe-* | i[34]86-* | i860-* | m68k-* | m68000-* | m88k-* \ | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ |