summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-13 17:30:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-13 17:30:47 +0000
commit29b0311dd770d5e31b1ed276a77b63fa751e9472 (patch)
tree9eb2ba593cb56d576c913ac21c93968c89daac7b
parent651be58ca1824db42ffea1dad6f5bf0e41bebf8e (diff)
downloadnuttx-29b0311dd770d5e31b1ed276a77b63fa751e9472.tar.gz
nuttx-29b0311dd770d5e31b1ed276a77b63fa751e9472.tar.bz2
nuttx-29b0311dd770d5e31b1ed276a77b63fa751e9472.zip
Fix typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2793 42af7a65-404d-4744-a932-0658087f49c3
-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 b2448627c..58ca7565e 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