summaryrefslogtreecommitdiff
path: root/resolv
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-09-26 13:47:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-09-26 13:47:48 +0200
commiteaca16f1b305bf0236164e8097e7166564b2bd13 (patch)
tree8e5731935f8d452784e02b3778e0bcd5a37765f4 /resolv
parent5f9f31ad129d97e6fc548954c9b97e27dd332600 (diff)
resolv/nss_dns/dns-host.c: Fix typo in comment
And only the resolv/map*.h actually contain implementations.
Diffstat (limited to 'resolv')
-rw-r--r--resolv/nss_dns/dns-host.c3
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>