Fix a badly formatted comment

This commit is contained in:
Gregory Nutt
2015-08-26 19:18:04 -06:00
parent a268e0aeb9
commit 007aabc46f
+3 -2
View File
@@ -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