summaryrefslogtreecommitdiff
path: root/nuttx/net/pkt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-29 12:22:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-29 12:22:50 -0600
commit5c4d51bb64d37019f2991fe2cc7615b5f64faf80 (patch)
tree6d5c9cbbb485dd5017d6fc73e756b5166999f032 /nuttx/net/pkt
parent1deaf2a9634576bf0e0f35a24911c3f22215fbd2 (diff)
downloadpx4-nuttx-5c4d51bb64d37019f2991fe2cc7615b5f64faf80.tar.gz
px4-nuttx-5c4d51bb64d37019f2991fe2cc7615b5f64faf80.tar.bz2
px4-nuttx-5c4d51bb64d37019f2991fe2cc7615b5f64faf80.zip
NET: Renaming of IP address types
Diffstat (limited to 'nuttx/net/pkt')
-rw-r--r--nuttx/net/pkt/pkt_send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/pkt/pkt_send.c b/nuttx/net/pkt/pkt_send.c
index dc71ee6b4..0c7c4b81e 100644
--- a/nuttx/net/pkt/pkt_send.c
+++ b/nuttx/net/pkt/pkt_send.c
@@ -265,7 +265,7 @@ ssize_t psock_pkt_send(FAR struct socket *psock, FAR const void *buf,
/* Notify the device driver that new TX data is available.
* NOTES: This is in essence what netdev_txnotify() does, which
- * is not possible to call since it expects a uip_ipaddr_t as
+ * is not possible to call since it expects a net_ipaddr_t as
* its single argument to lookup the network interface.
*/