Fix a error in some comments

This commit is contained in:
Gregory Nutt
2015-09-02 20:03:28 -06:00
parent 0bf6fa0b43
commit 36f4d0e9fc
2 changed files with 5 additions and 5 deletions

View File

@@ -419,7 +419,7 @@ FAR struct tcp_conn_s *tcp_nextconn(FAR struct tcp_conn_s *conn);
*
* Returned Value:
* Zero (OK) is returned on success. A negated errno value is returned
* on failure. -ENODEV is the only expected error value.
* on failure. -ENETUNREACH is the only expected error value.
*
****************************************************************************/
@@ -440,7 +440,7 @@ int tcp_local_ipv4_device(FAR struct tcp_conn_s *conn);
*
* Returned Value:
* Zero (OK) is returned on success. A negated errno value is returned
* on failure. -ENODEV is the only expected error value.
* on failure. -ENETUNREACH is the only expected error value.
*
****************************************************************************/