resolv/Makefile: Fix typo in comment

This commit is contained in:
Florian Weimer 2017-09-26 13:53:17 +02:00
parent eaca16f1b3
commit 44dade71f3
2 changed files with 5 additions and 1 deletions

View file

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

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