More cosmetic changes: Fix some errors in comments and some indentation problems
This commit is contained in:
parent
850225223d
commit
4c4868c69f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user