From 018ff6e65dcc563321d27d010e693dd8413e2f45 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 17:44:35 +0000 Subject: Consolidate buffer dumping; fix all occurrences of 'the the' git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/netdev_register.c | 2 +- nuttx/net/uip/uip_icmpping.c | 2 +- nuttx/net/uip/uip_tcpbacklog.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/net') diff --git a/nuttx/net/netdev_register.c b/nuttx/net/netdev_register.c index 86d8bf83f..b173bf231 100644 --- a/nuttx/net/netdev_register.c +++ b/nuttx/net/netdev_register.c @@ -132,7 +132,7 @@ int netdev_register(FAR struct uip_driver_s *dev) int devnum; netdev_semtake(); - /* Assign a device name to the the interface */ + /* Assign a device name to the interface */ devnum = g_next_devnum++; snprintf( dev->d_ifname, IFNAMSIZ, "eth%d", devnum ); diff --git a/nuttx/net/uip/uip_icmpping.c b/nuttx/net/uip/uip_icmpping.c index 9a68ca543..00c6a7905 100644 --- a/nuttx/net/uip/uip_icmpping.c +++ b/nuttx/net/uip/uip_icmpping.c @@ -171,7 +171,7 @@ static uint16 ping_interrupt(struct uip_driver_s *dev, void *conn, else { /* Check if this is a ICMP ECHO reply. If so, return the sequence - * number to the the caller. NOTE: We may not even have sent the + * number to the caller. NOTE: We may not even have sent the * requested ECHO request; this could have been the delayed ECHO * response from a previous ping. */ diff --git a/nuttx/net/uip/uip_tcpbacklog.c b/nuttx/net/uip/uip_tcpbacklog.c index e27c70a51..8e6d1fb90 100644 --- a/nuttx/net/uip/uip_tcpbacklog.c +++ b/nuttx/net/uip/uip_tcpbacklog.c @@ -120,7 +120,7 @@ int uip_backlogcreate(FAR struct uip_conn *conn, int nblg) return -ENOMEM; } - /* Then add all of the pre-allocated containers to the the free list */ + /* Then add all of the pre-allocated containers to the free list */ blc = (FAR struct uip_blcontainer_s*)(((FAR ubyte*)bls) + offset); for (i = 0; i < nblg; i++) -- cgit v1.2.3