Fix typo in configure help message
authorIvan Maidanski <ivmai@mail.ru>
Wed, 24 May 2017 21:37:01 +0000 (00:37 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 24 May 2017 21:37:01 +0000 (00:37 +0300)
* ChangeLog: Fix a typo ("an").
* configure.ac (libatomic-ops): Fix a typo ("an") in help message.

ChangeLog
configure.ac

index 86406ff..a72023b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4351,7 +4351,7 @@ GC_init_win32) if USE_MUNMAP.
 * os_dep.c (GC_init_win32): Turn off memory unmapping if
 GlobalAlloc() is used.
 * os_dep.c (GC_win32_get_mem): Define and use new
-VIRTUAL_ALLOC_PAD macro; don't waste a extra memory page unless
+VIRTUAL_ALLOC_PAD macro; don't waste an extra memory page unless
 MPROTECT_VDB is in use.
 
 * Makefile: Replace "version.h" with "include/gc_version.h".
index 3d61cf9..38db91e 100644 (file)
@@ -969,7 +969,7 @@ fi
 # found.
 AC_ARG_WITH([libatomic-ops],
     [AS_HELP_STRING([--with-libatomic-ops[=yes|no|check]],
-                    [Use a external libatomic_ops? (default: check)])],
+                    [Use an external libatomic_ops? (default: check)])],
     [], [with_libatomic_ops=check])
 
 # Check for an external libatomic_ops if the answer was yes or check.  If not