summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/devif/devif_input.c2
-rw-r--r--nuttx/net/icmp/Make.defs2
-rw-r--r--nuttx/net/udp/Make.defs2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/net/devif/devif_input.c b/nuttx/net/devif/devif_input.c
index 5080738f5..2c4eafe71 100644
--- a/nuttx/net/devif/devif_input.c
+++ b/nuttx/net/devif/devif_input.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * netuip/devif_input.c
+ * net/devif/devif_input.c
* The uIP TCP/IP stack code.
*
* Copyright (C) 2007-2009, 2013-2014 Gregory Nutt. All rights reserved.
diff --git a/nuttx/net/icmp/Make.defs b/nuttx/net/icmp/Make.defs
index 4e1869088..805585e47 100644
--- a/nuttx/net/icmp/Make.defs
+++ b/nuttx/net/icmp/Make.defs
@@ -48,7 +48,7 @@ endif
endif
endif
-# Include uip build support
+# Include ICMP build support
DEPPATH += --dep-path icmp
VPATH += :icmp
diff --git a/nuttx/net/udp/Make.defs b/nuttx/net/udp/Make.defs
index f93eeca80..d07163841 100644
--- a/nuttx/net/udp/Make.defs
+++ b/nuttx/net/udp/Make.defs
@@ -39,7 +39,7 @@ ifeq ($(CONFIG_NET_UDP),y)
NET_CSRCS += udp_conn.c udp_poll.c udp_send.c udp_input.c udp_callback.c
-# Include uip build support
+# Include UDP build support
DEPPATH += --dep-path udp
VPATH += :udp