mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 10:23:23 +00:00
Fix a badly formatted comment
This commit is contained in:
parent
a268e0aeb9
commit
007aabc46f
1 changed files with 3 additions and 2 deletions
|
|
@ -1238,8 +1238,9 @@ int tcp_connect(FAR struct tcp_conn_s *conn, FAR const struct sockaddr *addr)
|
|||
goto errout_with_lock;
|
||||
}
|
||||
|
||||
/* Set up the local address (laddr) and the remote address (raddr) that describes the TCP connection.
|
||||
*/
|
||||
/* Set up the local address (laddr) and the remote address (raddr) that
|
||||
* describes the TCP connection.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_NET_IPv4
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue