]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
resolv/nss_dns/dns-host.c: Fix typo in comment
authorFlorian Weimer <fweimer@redhat.com>
Tue, 26 Sep 2017 11:47:48 +0000 (13:47 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 26 Sep 2017 11:47:48 +0000 (13:47 +0200)
And only the resolv/map*.h actually contain implementations.

ChangeLog
resolv/nss_dns/dns-host.c

index 67394882e4242d8f7df681035c1b156db1874379..d5c532978168912bb7811aeebfe37f1089375139 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-26  Florian Weimer  <fweimer@redhat.com>
+
+       * resolv/nss_dns/dns-host.c: Fix typo in comment.
+
 2017-09-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * lib/malloc/scratch_buffer.h (struct scratch_buffer):
index 1e85e4f08ffc86001b2a33a48d6ece977d4e4bb7..a9bf86ff0e8690bca816d9218085e1ca8b942a2f 100644 (file)
 #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>