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.18-747-g4cff029


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  4cff0293efa09d894084e090d3d9836f6db6bf36 (commit)
      from  75595dcf8a01195bdf473db9b7b65e3ba61a6870 (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=4cff0293efa09d894084e090d3d9836f6db6bf36

commit 4cff0293efa09d894084e090d3d9836f6db6bf36
Author: Allan McRae <allan@archlinux.org>
Date:   Mon Jan 6 11:27:43 2014 +1000

    Fix typo in inet/netinet/in.h comment

diff --git a/ChangeLog b/ChangeLog
index faa2080..43139c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-06  Allan McRae  <allan@archlinux.org>
+
+	* inet/netinet/in.h: Fix typo in comment.
+
 2014-01-05  Andreas Jaeger  <aj@suse.de>
 
 	* sysdeps/i386/fpu/libm-test-ulps: Update.
diff --git a/inet/netinet/in.h b/inet/netinet/in.h
index 83b4add..ad9ce6c 100644
--- a/inet/netinet/in.h
+++ b/inet/netinet/in.h
@@ -90,7 +90,7 @@ enum
     IPPROTO_MAX
   };
 
-/* If __USER_KERNEL_IPV6_DEFS is defined then the user has included the kernel
+/* If __USE_KERNEL_IPV6_DEFS is defined then the user has included the kernel
    network headers first and we should use those ABI-identical definitions
    instead of our own.  */
 #ifndef __USE_KERNEL_IPV6_DEFS

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

Summary of changes:
 ChangeLog         |    4 ++++
 inet/netinet/in.h |    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]