summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-05 00:45:43 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-05 00:45:43 +0000
commit8af45bc5b74c23d1fb9c7eeb5765b6cdda820744 (patch)
tree377472e7c8bde4f29ff2ec5a0566fac0c8462b12 /configure.in
parent08e8f3ebc535696c5309adc8bb19afedc12a83c9 (diff)
downloademacs-8af45bc5b74c23d1fb9c7eeb5765b6cdda820744.tar.gz
Comment fixes.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a72e4b9f570..37b9a87b069 100644
--- a/configure.in
+++ b/configure.in
@@ -235,7 +235,7 @@ case "${canonical}" in
## Convex
*-convex-bsd* | *-convex-convexos* )
machine=convex opsys=bsd4-3
- ## Prevents suprious white space in makefiles - d.m.cooke@larc.nasa.gov
+ ## Prevents spurious white space in makefiles - d.m.cooke@larc.nasa.gov
NON_GNU_CPP="cc -E -P"
;;
@@ -998,7 +998,7 @@ fi
if test x"${x_includes}" = x; then
bitmapdir=/usr/include/X11/bitmaps
else
- # accumulate include directories that have X11 bitmap sudirectories
+ # accumulate include directories that have X11 bitmap subdirectories
bmd_acc="dummyval"
for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
if test -d "${bmd}/X11/bitmaps"; then