filevercmp: handle simple~ and numbered.~3~ backup suffixes
[pspp] / lib / mbrtowc.c
index ba0397344b7de220dbff6341a0116308dc738897..0fec5f1c9fac3c67af2fde58774c55b44bd97dcf 100644 (file)
@@ -89,7 +89,7 @@ mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
        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> */