]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update comment.
authorBruno Haible <bruno@clisp.org>
Tue, 13 Feb 2007 01:37:33 +0000 (01:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:40 +0000 (12:14 +0200)
gnulib-local/lib/propername.c

index 28724cea3878b7610ce725495db74473e7eb4ab9..7a7f4bcd873ca97df0d26e86817471b08fc74cd4 100644 (file)
@@ -118,7 +118,7 @@ proper_name_utf8 (const char *name_ascii, const char *name_utf8)
   if (translation != name_ascii)
     {
       /* See whether the translation contains the original name.
-        A multibyte-aware strstr() is not absolutely necessary here.  */
+        The multibyte-aware mbsstr() is not absolutely necessary here.  */
       if (c_strstr (translation, name_ascii) != NULL
          || (name_converted != NULL
              && strstr (translation, name_converted) != NULL)