summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-09-14 18:59:00 +0000
committerDave Love <fx@gnu.org>2000-09-14 18:59:00 +0000
commit69c406323b712f8dc53c1623d9bc4bd1dccaafcc (patch)
tree332e2d67be1b5218d1a5162ba9651698dc162d00
parentef9e43452f5df301d89e9b63f6fe3bd1bf5960c2 (diff)
downloademacs-69c406323b712f8dc53c1623d9bc4bd1dccaafcc.tar.gz
emacs-69c406323b712f8dc53c1623d9bc4bd1dccaafcc.tar.bz2
emacs-69c406323b712f8dc53c1623d9bc4bd1dccaafcc.zip
Fix spurion.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d649841b580..a701078b2d4 100644
--- a/configure.in
+++ b/configure.in
@@ -1545,7 +1545,7 @@ if test x"${REL_ALLOC}" = x; then
fi
dnl For now, need to use an explicit `#define USE_MMAP_FOR_BUFFERS 1'
-in dnl the system configuration file (s/*.h) to turn the use of mmap
+dnl the system configuration file (s/*.h) to turn the use of mmap
dnl in the relocating allocator on.
AC_FUNC_MMAP