about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--resolv/nss_dns/dns-host.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 67394882e4..d5c5329781 100644
--- 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):
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>