summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/udp/udp_conn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/udp/udp_conn.c b/nuttx/net/udp/udp_conn.c
index 15ca13e3c..c7d7d2c14 100644
--- a/nuttx/net/udp/udp_conn.c
+++ b/nuttx/net/udp/udp_conn.c
@@ -295,7 +295,7 @@ void udp_free(FAR struct udp_conn_s *conn)
*
* Description:
* Find a connection structure that is the appropriate
- * connection to be used within the provided TCP/IP header
+ * connection to be used within the provided UDP header
*
* Assumptions:
* This function is called from UIP logic at interrupt level