OSDN Git Service

* nlsfuncs.cc (__set_charset_from_locale): Fix comment.
authorcorinna <corinna>
Sun, 24 Jan 2010 14:43:51 +0000 (14:43 +0000)
committercorinna <corinna>
Sun, 24 Jan 2010 14:43:51 +0000 (14:43 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/nlsfuncs.cc

index 1c94801..f4df5b0 100644 (file)
@@ -1,5 +1,9 @@
 2010-01-24  Corinna Vinschen  <corinna@vinschen.de>
 
+       * nlsfuncs.cc (__set_charset_from_locale): Fix comment.
+
+2010-01-24  Corinna Vinschen  <corinna@vinschen.de>
+
        * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.
        (internal_setlocale): Ditto.
        (initial_setlocale): Ditto.
index 0cdac67..9689e3e 100644 (file)
@@ -690,9 +690,7 @@ strxfrm (char *s1, const char *s2, size_t sn)
 
 /* Fetch default ANSI codepage from locale info and generate a setlocale
    compatible character set code.  Called from newlib's setlocale(), if the
-   charset isn't given explicitely in the POSIX compatible locale specifier.
-   The function also returns a pointer to the corresponding _mbtowc_r function
-   which is used subsequently. */
+   charset isn't given explicitely in the POSIX compatible locale specifier. */
 extern "C" void
 __set_charset_from_locale (const char *locale, char *charset)
 {