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-399-g44dade7


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  44dade71f3cf739618affe0db5b40c15418ecb99 (commit)
      from  eaca16f1b305bf0236164e8097e7166564b2bd13 (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=44dade71f3cf739618affe0db5b40c15418ecb99

commit 44dade71f3cf739618affe0db5b40c15418ecb99
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Sep 26 13:53:17 2017 +0200

    resolv/Makefile: Fix typo in comment

diff --git a/ChangeLog b/ChangeLog
index d5c5329..41d3ed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-09-26  Florian Weimer  <fweimer@redhat.com>
 
+	* resolv/Makefile (tests-internal): Fix typo in comment.
+
+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>
diff --git a/resolv/Makefile b/resolv/Makefile
index ec7e4fd..cb082d9 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -71,7 +71,7 @@ tests-internal += \
 
 endif
 
-# This test accesses __inet_ntop_range, an internal libc function.
+# This test accesses __inet_ntop_length, an internal libc function.
 tests-internal += tst-inet_pton
 
 # This test sends millions of packets and is rather slow.

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

Summary of changes:
 ChangeLog       |    4 ++++
 resolv/Makefile |    2 +-
 2 files changed, 5 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]