From ad224d8c72cef3848e0ddbee438568b413a7f776 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 13 Jul 2010 17:30:47 +0000 Subject: [PATCH] Fix typos git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2793 42af7a65-404d-4744-a932-0658087f49c3 --- include/net/uip/uip-igmp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/net/uip/uip-igmp.h b/include/net/uip/uip-igmp.h index b2448627ce7..58ca7565e99 100755 --- a/include/net/uip/uip-igmp.h +++ b/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