From: Allan McRae Date: Mon, 6 Jan 2014 01:27:43 +0000 (+1000) Subject: Fix typo in inet/netinet/in.h comment X-Git-Tag: glibc-2.19~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cff0293efa09d894084e090d3d9836f6db6bf36;p=thirdparty%2Fglibc.git Fix typo in inet/netinet/in.h comment --- diff --git a/ChangeLog b/ChangeLog index faa208044d5..43139c61393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-06 Allan McRae + + * inet/netinet/in.h: Fix typo in comment. + 2014-01-05 Andreas Jaeger * sysdeps/i386/fpu/libm-test-ulps: Update. diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 83b4add8cb6..ad9ce6cdeca 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