From: Bruno Haible Date: Tue, 13 Feb 2007 01:37:33 +0000 (+0000) Subject: Update comment. X-Git-Tag: v0.17~477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32daa83bc6e86a58a93b66b82fea2025cc184400;p=thirdparty%2Fgettext.git Update comment. --- diff --git a/gnulib-local/lib/propername.c b/gnulib-local/lib/propername.c index 28724cea3..7a7f4bcd8 100644 --- a/gnulib-local/lib/propername.c +++ b/gnulib-local/lib/propername.c @@ -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)