Skip to content

Commit c67fbd6

Browse files
committed
sys/net/ipv4/addr: fix typos
This patch fixes some typos in the doxygen doc.
1 parent 91441db commit c67fbd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sys/include/net/ipv4/addr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @{
1414
*
1515
* @file
16-
* @brief IPv6 address type and helper functions definitions
16+
* @brief IPv4 address type and helper functions definitions
1717
*
1818
* @author Martine Lenders <[email protected]>
1919
*/
@@ -121,7 +121,7 @@ ipv4_addr_t *ipv4_addr_from_buf(ipv4_addr_t *result, const char *addr,
121121
/**
122122
* @brief Print IPv4 address to stdout
123123
*
124-
* @param[in] addr Pointer to ipv6_addr_t to print
124+
* @param[in] addr Pointer to ipv4_addr_t to print
125125
*/
126126
void ipv4_addr_print(const ipv4_addr_t *addr);
127127

0 commit comments

Comments
 (0)