More cosmetic changes: Fix some errors in comments and some indentation problems

This commit is contained in:
Gregory Nutt 2015-08-11 19:23:51 -06:00
parent 850225223d
commit 4c4868c69f

View File

@ -95,7 +95,7 @@ ssize_t psock_udp_send(FAR struct socket *psock, FAR const void *buf,
if (!_SS_ISCONNECTED(psock->s_flags))
{
/* Now, then it is not legal to call send */
/* No, then it is not legal to call send() with this socket. */
return -ENOTCONN;
}