1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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

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