summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-07-03 11:55:19 +0200
committerJim Meyering <meyering@redhat.com>2012-08-04 15:59:40 +0200
commitc5f80821ab360c0b063fb75afc5ba10fefbe0042 (patch)
tree8fc86acfec55da3d10503c23871b8f81a5833163 /nss
parent5c5335535596f043981d1f7f458817f894227937 (diff)
getXXbyYY_r.c: Fix comment typo: s/FUNCTION_NAME/FUNCTION2_NAME/
Diffstat (limited to 'nss')
-rw-r--r--nss/getXXbyYY_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/getXXbyYY_r.c b/nss/getXXbyYY_r.c
index 8ba1e99387..f296ed1f42 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. *|