Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request RIOT-OS#11721 from miri64/sock_ip/fix/doc-udp
Browse files Browse the repository at this point in the history
sock_ip: fix documenation referring to UDP sock
  • Loading branch information
SemjonWilke committed Jun 19, 2019
2 parents 6db5aa0 + 9ba2208 commit c332514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/include/net/sock/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ void sock_ip_close(sock_ip_t *sock);
int sock_ip_get_local(sock_ip_t *sock, sock_ip_ep_t *ep);

/**
* @brief Gets the remote end point of a UDP sock object
* @brief Gets the remote end point of a raw IPv4/IPv6 sock object
*
* @pre `(sock != NULL) && (ep != NULL)`
*
Expand All @@ -373,7 +373,7 @@ int sock_ip_get_local(sock_ip_t *sock, sock_ip_ep_t *ep);
* implementation might choose to return the address on this interface the
* @p sock is bound to in @p ep's sock_ip_ep_t::addr.
*
* @param[in] sock A UDP sock object.
* @param[in] sock A raw IPv4/IPv6 sock object.
* @param[out] ep The remote end point.
*
* @return 0 on success.
Expand Down

0 comments on commit c332514

Please sign in to comment.