summaryrefslogtreecommitdiff
path: root/nuttx/net/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/send.c')
-rw-r--r--nuttx/net/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/send.c b/nuttx/net/send.c
index 37f5bb8ed..9f7c71f13 100644
--- a/nuttx/net/send.c
+++ b/nuttx/net/send.c
@@ -210,7 +210,7 @@ static uint16_t send_interrupt(FAR struct uip_driver_s *dev, FAR void *pvconn,
pstate->snd_sent = pstate->snd_acked;
#if defined(CONFIG_NET_TCP_SPLIT)
- /* Reset the the even/odd indicator to even since we need to
+ /* Reset the even/odd indicator to even since we need to
* retransmit.
*/