diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-09-26 13:47:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-09-26 13:47:48 +0200 |
commit | eaca16f1b305bf0236164e8097e7166564b2bd13 (patch) | |
tree | 8e5731935f8d452784e02b3778e0bcd5a37765f4 /resolv/nss_dns | |
parent | 5f9f31ad129d97e6fc548954c9b97e27dd332600 (diff) | |
download | glibc-eaca16f1b305bf0236164e8097e7166564b2bd13.tar.gz glibc-eaca16f1b305bf0236164e8097e7166564b2bd13.tar.xz glibc-eaca16f1b305bf0236164e8097e7166564b2bd13.zip |
resolv/nss_dns/dns-host.c: Fix typo in comment
And only the resolv/map*.h actually contain implementations.
Diffstat (limited to 'resolv/nss_dns')
-rw-r--r-- | resolv/nss_dns/dns-host.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c index 1e85e4f08f..a9bf86ff0e 100644 --- a/resolv/nss_dns/dns-host.c +++ b/resolv/nss_dns/dns-host.c @@ -82,9 +82,10 @@ #include "nsswitch.h" #include <arpa/nameser.h> -/* Get implementeation for some internal functions. */ #include <resolv/resolv-internal.h> #include <resolv/resolv_context.h> + +/* Get implementations of some internal functions. */ #include <resolv/mapv4v6addr.h> #include <resolv/mapv4v6hostent.h> |