This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH COMMITTED] resolv/Makefile: Fix typo in comment
- From: fweimer at redhat dot com (Florian Weimer)
- To: libc-alpha at sourceware dot org
- Date: Tue, 26 Sep 2017 13:53:45 +0200
- Subject: [PATCH COMMITTED] resolv/Makefile: Fix typo in comment
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=fweimer at redhat dot com
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 93AFF80464
2017-09-26 Florian Weimer <fweimer@redhat.com>
* resolv/Makefile (tests-internal): Fix typo in comment.
diff --git a/resolv/Makefile b/resolv/Makefile
index ec7e4fd146..cb082d9872 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -71,7 +71,7 @@ tests-internal += \
endif
-# This test accesses __inet_ntop_range, an internal libc function.
+# This test accesses __inet_ntop_length, an internal libc function.
tests-internal += tst-inet_pton
# This test sends millions of packets and is rather slow.