From: Florian Weimer Date: Tue, 26 Sep 2017 11:53:17 +0000 (+0200) Subject: resolv/Makefile: Fix typo in comment X-Git-Tag: glibc-2.27~860 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44dade71f3cf739618affe0db5b40c15418ecb99;p=thirdparty%2Fglibc.git resolv/Makefile: Fix typo in comment --- diff --git a/ChangeLog b/ChangeLog index d5c53297816..41d3ed48eeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-09-26 Florian Weimer + + * resolv/Makefile (tests-internal): Fix typo in comment. + 2017-09-26 Florian Weimer * resolv/nss_dns/dns-host.c: Fix typo in comment. diff --git a/resolv/Makefile b/resolv/Makefile index ec7e4fd146c..cb082d98721 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.