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: upstream/2.16.90~752 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5f80821ab360c0b063fb75afc5ba10fefbe0042;p=platform%2Fupstream%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 8ba1e99..f296ed1 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. *|