]> granicus.if.org Git - gc/commitdiff
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 22:39:59 +0000 (01:39 +0300)
* ChangeLog: Fix a typo ("an").
* configure.ac (libatomic-ops): Fix a typo ("an") in help message.

ChangeLog
configure.ac

index 24550f1248e18521deb32340410e62872b1c502e..b128806a764b7d2a7d800e74c3ac24bf9d8b37dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4080,7 +4080,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 02d5f05e9a3e900e7f3fff5ffe2e2aa9a4cddfd5..8c6c837ae166e1e2040fcd4dac4ea4eee70a47e5 100644 (file)
@@ -937,7 +937,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