This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26-398-geaca16f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  eaca16f1b305bf0236164e8097e7166564b2bd13 (commit)
      from  5f9f31ad129d97e6fc548954c9b97e27dd332600 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=eaca16f1b305bf0236164e8097e7166564b2bd13

commit eaca16f1b305bf0236164e8097e7166564b2bd13
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Sep 26 13:47:48 2017 +0200

    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 6739488..d5c5329 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 1e85e4f..a9bf86f 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>
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                 |    4 ++++
 resolv/nss_dns/dns-host.c |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]