]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/loadlocale.c
Mon Mar 27 02:23:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
[thirdparty/glibc.git] / locale / loadlocale.c
index a8cf7d5448a6653f4f9bff206f371f9934c66d4c..8066fbbaa34b99bf2fcebdd43267e2da820f6015 100644 (file)
@@ -83,7 +83,8 @@ _nl_load_locale (int category, char **name)
       goto puntfd;
     if (S_ISDIR (st.st_mode))
       {
-       /* LOCALE/LC_* is a directory; open LOCALE/LC_*/SYS_LC_* instead.  */
+       /* LOCALE/LC_foo is a directory; open LOCALE/LC_foo/SYS_LC_foo
+           instead.  */
        __close (fd);
        memcpy (stpcpy (strchr (file, '\0'), "SYS_"), catname, catlen);
        fd = __open (file, O_RDONLY);