changeset 11211:3070459611d3

Fix comment.
author Bruno Haible <bruno@clisp.org>
date Wed, 25 Feb 2009 02:02:22 +0100
parents 28a51f0d9605
children 8233c503d99e
files lib/mbrtowc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/mbrtowc.c
+++ b/lib/mbrtowc.c
@@ -89,7 +89,7 @@
 	return (size_t)(-1);
       }
 
-    /* Here 0 < m ≤ 4.  */
+    /* Here m > 0.  */
 
 # if __GLIBC__
     /* Work around bug <http://sourceware.org/bugzilla/show_bug.cgi?id=9674> */