Trivial update to some comments

This commit is contained in:
Gregory Nutt 2018-02-22 18:42:27 -06:00
parent 3a2d0a06f4
commit 9812f6f932
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;