summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1993-10-06 21:54:36 +0000
committerDoug Evans <dje@gnu.org>1993-10-06 21:54:36 +0000
commit40fbd1efdac63eac01da85bfc58d6e3bb9089fdd (patch)
tree6ecbabc7fa0e85dba7f00a0660e7f77bd7ba8a11 /config.sub
parenteb1af9363bf901f972e0e68819dc03baba541a50 (diff)
downloademacs-40fbd1efdac63eac01da85bfc58d6e3bb9089fdd.tar.gz
fix 2 typos
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 90689dceaaf..1345615d1d1 100755
--- a/config.sub
+++ b/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-* \