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 *|
|* *|
|* 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. *|