From: Jim Meyering Date: Tue, 3 Jul 2012 09:55:19 +0000 (+0200) Subject: getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/ X-Git-Tag: glibc-2.17~753 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5f80821ab360c0b063fb75afc5ba10fefbe0042;p=thirdparty%2Fglibc.git getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/ --- diff --git a/nss/getXXbyYY_r.c b/nss/getXXbyYY_r.c index 8ba1e993870..f296ed1f42e 100644 --- a/nss/getXXbyYY_r.c +++ b/nss/getXXbyYY_r.c @@ -51,7 +51,7 @@ |* *| |* EXTRA_VARIABLES - names of optional parameter *| |* *| -|* FUNCTION_NAME - alternative name of the non-reentrant function *| +|* FUNCTION2_NAME - alternative name of the non-reentrant function *| |* *| |* NEED_H_ERRNO - an extra parameter will be passed to point to *| |* the global `h_errno' variable. *|