diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 00:45:43 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 00:45:43 +0000 |
commit | 908ff139f9bd05145357e042fa6479d86bfba5ea (patch) | |
tree | 0400291d2e1409d02d5f501ccd50c0bbdc5c73b5 /configure.in | |
parent | 46c63acf938a1884cb82e589c756088300ab49a8 (diff) | |
download | emacs-908ff139f9bd05145357e042fa6479d86bfba5ea.tar.gz |
Comment fixes.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 |