Fix typo in inet/netinet/in.h comment

This commit is contained in:
Allan McRae 2014-01-06 11:27:43 +10:00
parent 75595dcf8a
commit 4cff0293ef
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

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