Skip to content
Snippets Groups Projects
Commit c46f9581 authored by Lotte Steenbrink's avatar Lotte Steenbrink
Browse files

sys/include/net/icmpv6.h: fix two small typos

parent cf1a5e0c
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ extern "C" {
* </a>
*/
#define ICMPV6_ERROR_DST_UNR_NO_ROUTE (0) /**< no route to destination */
#define ICMPV6_ERROR_DST_UNR_PROHIB (1) /**< communictation with
#define ICMPV6_ERROR_DST_UNR_PROHIB (1) /**< communication with
* destination administratively
* prohibited */
#define ICMPV6_ERROR_DST_UNR_SCOPE (2) /**< beyond scope of source address */
......@@ -118,7 +118,7 @@ extern "C" {
* RFC 4443, section 3.4
* </a>
*/
#define ICMPV6_ERROR_PARAM_PROB_HDR_FIELD (0) /**< errorneous header field
#define ICMPV6_ERROR_PARAM_PROB_HDR_FIELD (0) /**< erroneous header field
* encountered */
#define ICMPV6_ERROR_PARAM_PROB_NH (1) /**< unrecognized next header
* field encountered */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment