Skip to content

Commit

Permalink
net: sockets_tls: Typo fix in comment
Browse files Browse the repository at this point in the history
s/DLTS/DTLS.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
  • Loading branch information
pfalcon authored and jukkar committed Dec 14, 2018
1 parent 4a04ed2 commit 8a65f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/net/lib/sockets/sockets_tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1715,7 +1715,7 @@ static int ztls_poll_update_ctx(struct net_context *ctx,
}

/* EAGAIN might happen during or just after
* DLTS handshake.
* DTLS handshake.
*/
if (recv(pfd->fd, NULL, 0, ZSOCK_MSG_DONTWAIT) < 0 &&
errno != EAGAIN) {
Expand Down

0 comments on commit 8a65f68

Please sign in to comment.