]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
resolv/Makefile: Fix typo in comment
authorFlorian Weimer <fweimer@redhat.com>
Tue, 26 Sep 2017 11:53:17 +0000 (13:53 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 26 Sep 2017 11:53:17 +0000 (13:53 +0200)
ChangeLog
resolv/Makefile

index d5c532978168912bb7811aeebfe37f1089375139..41d3ed48eeb31deb16b7129ced2b0808550e6cc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-26  Florian Weimer  <fweimer@redhat.com>
+
+       * resolv/Makefile (tests-internal): Fix typo in comment.
+
 2017-09-26  Florian Weimer  <fweimer@redhat.com>
 
        * resolv/nss_dns/dns-host.c: Fix typo in comment.
index ec7e4fd146c7d98c065411c21ef4adbfd7b07f34..cb082d98721f1e54cbc365b462b125c60efa684a 100644 (file)
@@ -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.