1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/

This commit is contained in:
Jim Meyering
2012-07-03 11:55:19 +02:00
parent 5c53355355
commit c5f80821ab

View File

@@ -51,7 +51,7 @@
|* *| |* *|
|* EXTRA_VARIABLES - names of optional parameter *| |* 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 *| |* NEED_H_ERRNO - an extra parameter will be passed to point to *|
|* the global `h_errno' variable. *| |* the global `h_errno' variable. *|