This is the mail archive of the libc-alpha@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]

[COMMITTED] Fix typo in inet/netinet/in.h comment


---
 ChangeLog         | 4 ++++
 inet/netinet/in.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

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
-- 
1.8.5.2


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