summaryrefslogtreecommitdiffstats
path: root/nuttx/include/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-07-13 17:30:47 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-07-13 17:30:47 +0000
commitcc2525745476b9607338c93a30cb1b1d008bde01 (patch)
tree9eb2ba593cb56d576c913ac21c93968c89daac7b /nuttx/include/net
parent6c4dff07a2806f7dbd3d06302ffeb84d44515ddd (diff)
Fix typos
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2793 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include/net')
-rwxr-xr-xnuttx/include/net/uip/uip-igmp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/include/net/uip/uip-igmp.h b/nuttx/include/net/uip/uip-igmp.h
index b2448627ce..58ca7565e9 100755
--- a/nuttx/include/net/uip/uip-igmp.h
+++ b/nuttx/include/net/uip/uip-igmp.h
@@ -144,7 +144,7 @@ struct uip_igmphdr_s
/* IPv4 IP header */
- uint8_t vhl; /* 8-bit Version (4) and header length (5 or 6) */
+ uint8_t vhl; /* 8-bit Version (4) and header length (6 with Router Alert) */
uint8_t tos; /* 8-bit Type of service (e.g., 6=TCP) */
uint8_t len[2]; /* 16-bit Total length */
uint8_t ipid[2]; /* 16-bit Identification */
@@ -157,11 +157,11 @@ struct uip_igmphdr_s
#endif /* CONFIG_NET_IPv6 */
- /* Router alerted IP header option */
+ /* Router Alert IP header option */
uint16_t ra[2];
- /* IGMP header:
+ /* IGMPv2 header:
*
* 0 1 2 3
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1