changeset 17661:ec75d04b657d

mbrtowc.m4: fix a comment typo * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Fix typo s/2/-2/ in emitted documentation string.
author Jim Meyering <meyering@fb.com>
date Fri, 16 May 2014 16:03:14 -0700
parents ea9dc06bfca8
children 9454e10c1c1e
files ChangeLog m4/mbrtowc.m4
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 16 13:56:00 2014 -0700
+++ b/ChangeLog	Fri May 16 16:03:14 2014 -0700
@@ -1,3 +1,9 @@
+2014-05-16  Jim Meyering  <meyering@fb.com>
+
+	mbrtowc.m4: fix a comment typo
+	* m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Fix typo s/2/-2/ in
+	emitted documentation string.
+
 2014-05-16  Paul Eggert  <eggert@cs.ucla.edu>
 
 	mbrlen, mbrtowc: fix bug with empty input
--- a/m4/mbrtowc.m4	Fri May 16 13:56:00 2014 -0700
+++ b/m4/mbrtowc.m4	Fri May 16 16:03:14 2014 -0700
@@ -71,7 +71,7 @@
       case "$gl_cv_func_mbrtowc_empty_input" in
         *yes) ;;
         *) AC_DEFINE([MBRTOWC_EMPTY_INPUT_BUG], [1],
-             [Define if the mbrtowc function does not return (size_t) 2
+             [Define if the mbrtowc function does not return (size_t) -2
               for empty input.])
            REPLACE_MBRTOWC=1
            ;;