summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-10 18:27:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-10 18:27:29 -0600
commit3182a60d169d80a6541dd28f5eead48e632c3300 (patch)
treeda4d20ca6949b246c5cbaff545bbcb7beb59f2ee /nuttx/include
parentfbd08d7125e3fc8a8f345e5f011f27df73edc164 (diff)
downloadnuttx-3182a60d169d80a6541dd28f5eead48e632c3300.tar.gz
nuttx-3182a60d169d80a6541dd28f5eead48e632c3300.tar.bz2
nuttx-3182a60d169d80a6541dd28f5eead48e632c3300.zip
Fix cosmetic typo in header file idempotence. Note by Lazlo
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/netinet/in.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/include/netinet/in.h b/nuttx/include/netinet/in.h
index 547dc0968..8af93c8d6 100644
--- a/nuttx/include/netinet/in.h
+++ b/nuttx/include/netinet/in.h
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __INCLUDE_NETINET_IP_H
-#define __INCLUDE_NETINET_IP_H
+#ifndef __INCLUDE_NETINET_IN_H
+#define __INCLUDE_NETINET_IN_H
/****************************************************************************
* Included Files
@@ -152,4 +152,4 @@ struct sockaddr_in6
* Public Function Prototypes
****************************************************************************/
-#endif /* __INCLUDE_NETINET_IP_H */
+#endif /* __INCLUDE_NETINET_IN_H */