From 9812f6f9322c7d2fccc09406c238e24741b8cfd2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 22 Feb 2018 18:42:27 -0600 Subject: [PATCH] Trivial update to some comments --- net/tcp/tcp_send_buffered.c | 4 ++-- net/tcp/tcp_send_unbuffered.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/tcp/tcp_send_buffered.c b/net/tcp/tcp_send_buffered.c index 1d15f33e2a..7ff9b166aa 100644 --- a/net/tcp/tcp_send_buffered.c +++ b/net/tcp/tcp_send_buffered.c @@ -342,8 +342,8 @@ static inline bool psock_send_addrchck(FAR struct tcp_conn_s *conn) else #endif { - /* For historical reasons, we will return true if both the ARP and the - * routing table are disabled. + /* For historical reasons, we will return true if both the ICMPv6 + * neighbor support and the routing table are disabled. */ bool ret = true; diff --git a/net/tcp/tcp_send_unbuffered.c b/net/tcp/tcp_send_unbuffered.c index 58ec05fd0f..cdfe5be662 100644 --- a/net/tcp/tcp_send_unbuffered.c +++ b/net/tcp/tcp_send_unbuffered.c @@ -292,8 +292,8 @@ static inline bool psock_send_addrchck(FAR struct tcp_conn_s *conn) else #endif { - /* For historical reasons, we will return true if both the ARP and the - * routing table are disabled. + /* For historical reasons, we will return true if both the ICMPv6 + * neighbor support and the routing table are disabled. */ bool ret = true;