From 75fb4e27387e6cb0057494f7339c46ac5630cf72 Mon Sep 17 00:00:00 2001
From: Ivan Maidanski <ivmai@mail.ru>
Date: Thu, 25 May 2017 00:37:01 +0300
Subject: [PATCH] Fix typo in configure help message

* ChangeLog: Fix a typo ("an").
* configure.ac (libatomic-ops): Fix a typo ("an") in help message.
---
 ChangeLog    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 24550f12..b128806a 100644
--- 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".
diff --git a/configure.ac b/configure.ac
index 02d5f05e..8c6c837a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
-- 
2.40.0