diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-09-26 13:53:17 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-09-26 13:53:17 +0200 |
commit | 44dade71f3cf739618affe0db5b40c15418ecb99 (patch) | |
tree | d310e67752594a473387b44ad165686cc4872b28 /resolv | |
parent | eaca16f1b305bf0236164e8097e7166564b2bd13 (diff) | |
download | glibc-44dade71f3cf739618affe0db5b40c15418ecb99.zip glibc-44dade71f3cf739618affe0db5b40c15418ecb99.tar.gz glibc-44dade71f3cf739618affe0db5b40c15418ecb99.tar.bz2 |
resolv/Makefile: Fix typo in comment
Diffstat (limited to 'resolv')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index ec7e4fd..cb082d9 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. |