tinydtls: fix minor typo in comment
This commit is contained in:
parent
856f5925f0
commit
ffb80ab6b6
@ -324,7 +324,7 @@ int sock_dtls_session_init(sock_dtls_t *sock, const sock_udp_ep_t *ep,
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
/* prepare a the remote party to connect to */
|
||||
/* prepare the remote party to connect to */
|
||||
memcpy(&remote->ep, ep, sizeof(sock_udp_ep_t));
|
||||
memcpy(&remote->dtls_session.addr, &ep->addr.ipv6, sizeof(ipv6_addr_t));
|
||||
_ep_to_session(ep, &remote->dtls_session);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user