summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_input.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-12 12:13:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-12 12:13:01 -0600
commit387c4ace106479e457033b1717051ec55b8d673e (patch)
treef84c1b5e8f1b343cfbce0695e7fb0d2fd266edbd /nuttx/net/uip/uip_input.c
parent3e8caf3af969b40b8088111ee77e5ccdc6c4980b (diff)
downloadnuttx-387c4ace106479e457033b1717051ec55b8d673e.tar.gz
nuttx-387c4ace106479e457033b1717051ec55b8d673e.tar.bz2
nuttx-387c4ace106479e457033b1717051ec55b8d673e.zip
net/uip: Review all files in this directory for coding style and spelling
Diffstat (limited to 'nuttx/net/uip/uip_input.c')
-rw-r--r--nuttx/net/uip/uip_input.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/net/uip/uip_input.c b/nuttx/net/uip/uip_input.c
index 9411e3cc4..fa0496ad9 100644
--- a/nuttx/net/uip/uip_input.c
+++ b/nuttx/net/uip/uip_input.c
@@ -65,7 +65,7 @@
* a byte stream if needed. The application will not be fed with data
* that is out of sequence.
*
- * If the application whishes to send data to the peer, it should put
+ * If the application wishes to send data to the peer, it should put
* its data into the d_buf. The d_appdata pointer points to the
* first available byte. The TCP/IP stack will calculate the
* checksums, and fill in the necessary header fields and finally send
@@ -166,7 +166,7 @@ static uint8_t uip_reass(void)
}
/* Check if the incoming fragment matches the one currently present
- * in the reasembly buffer. If so, we proceed with copying the
+ * in the reassembly buffer. If so, we proceed with copying the
* fragment into the buffer.
*/
@@ -297,7 +297,6 @@ nullreturn:
* yet. Currently useful for UDP when a packet arrives before a recv
* call is in place.
*
- *
* Assumptions:
*
****************************************************************************/
@@ -329,6 +328,7 @@ int uip_input(struct uip_driver_s *dev)
nlldbg("Invalid IPv6 version: %d\n", pbuf->vtc >> 4);
goto drop;
}
+
#else /* CONFIG_NET_IPv6 */
/* Check validity of the IP header. */