From: Ivan Maidanski Date: Wed, 24 May 2017 21:37:01 +0000 (+0300) Subject: Fix typo in configure help message X-Git-Tag: v8.0.0~724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1ef8c0bfb2d35b2a37e8311fd3c2bf77ad640c3;p=platform%2Fupstream%2Flibgc.git Fix typo in configure help message * ChangeLog: Fix a typo ("an"). * configure.ac (libatomic-ops): Fix a typo ("an") in help message. --- diff --git a/ChangeLog b/ChangeLog index 86406ff..a72023b 100644 --- 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". diff --git a/configure.ac b/configure.ac index 3d61cf9..38db91e 100644 --- a/configure.ac +++ b/configure.ac @@ -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