summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_pktsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/uip/uip_pktsend.c')
-rw-r--r--nuttx/net/uip/uip_pktsend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/net/uip/uip_pktsend.c b/nuttx/net/uip/uip_pktsend.c
index c9aa2bfc9..13f7272ee 100644
--- a/nuttx/net/uip/uip_pktsend.c
+++ b/nuttx/net/uip/uip_pktsend.c
@@ -87,9 +87,9 @@
* Called from socket logic in order to send a raw packet in response to
* an xmit or poll request from the the network interface driver.
*
- * This is almost identical to calling uip_send() except that the data to
- * be sent is copied into dev->d_buf (vs. dev->d_snddata), since there is
- * no header on the data.
+ * This is almost identical to calling uip_send() except that the data to
+ * be sent is copied into dev->d_buf (vs. dev->d_snddata), since there is
+ * no header on the data.
*
* Assumptions:
* Called from the interrupt level or, at a minimum, with interrupts