diff options
author | Allan McRae <allan@archlinux.org> | 2014-01-06 11:27:43 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-06 11:27:43 +1000 |
commit | 4cff0293efa09d894084e090d3d9836f6db6bf36 (patch) | |
tree | c4476b96102c550a6d5e2114eaa9bb1d52d4f2b6 /inet/netinet | |
parent | 75595dcf8a01195bdf473db9b7b65e3ba61a6870 (diff) | |
download | glibc-4cff0293efa09d894084e090d3d9836f6db6bf36.tar.gz glibc-4cff0293efa09d894084e090d3d9836f6db6bf36.tar.xz glibc-4cff0293efa09d894084e090d3d9836f6db6bf36.zip |
Fix typo in inet/netinet/in.h comment
Diffstat (limited to 'inet/netinet')
-rw-r--r-- | inet/netinet/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/netinet/in.h b/inet/netinet/in.h index 83b4add8cb..ad9ce6cdec 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 |