From: Florian Weimer Date: Tue, 26 Sep 2017 11:47:48 +0000 (+0200) Subject: resolv/nss_dns/dns-host.c: Fix typo in comment X-Git-Tag: glibc-2.27~861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaca16f1b305bf0236164e8097e7166564b2bd13;p=thirdparty%2Fglibc.git resolv/nss_dns/dns-host.c: Fix typo in comment And only the resolv/map*.h actually contain implementations. --- diff --git a/ChangeLog b/ChangeLog index 67394882e42..d5c53297816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-09-26 Florian Weimer + + * resolv/nss_dns/dns-host.c: Fix typo in comment. + 2017-09-25 Adhemerval Zanella * lib/malloc/scratch_buffer.h (struct scratch_buffer): diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c index 1e85e4f08ff..a9bf86ff0e8 100644 --- a/resolv/nss_dns/dns-host.c +++ b/resolv/nss_dns/dns-host.c @@ -82,9 +82,10 @@ #include "nsswitch.h" #include -/* Get implementeation for some internal functions. */ #include #include + +/* Get implementations of some internal functions. */ #include #include