summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev/netdev_findbyaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev/netdev_findbyaddr.c')
-rw-r--r--nuttx/net/netdev/netdev_findbyaddr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/net/netdev/netdev_findbyaddr.c b/nuttx/net/netdev/netdev_findbyaddr.c
index 0f0abe4b4..f232f178e 100644
--- a/nuttx/net/netdev/netdev_findbyaddr.c
+++ b/nuttx/net/netdev/netdev_findbyaddr.c
@@ -184,8 +184,7 @@ FAR struct net_driver_s *netdev_findbyaddr(const net_ipaddr_t ripaddr)
}
#else
/* If there is only a single, registered network interface, then the
- * decision is pretty easy. Use that device and its default router
- * address.
+ * decision is pretty easy.
*/
return g_netdevices;