From 704847db04036956a4b80afa98a7da8298c0dbe4 Mon Sep 17 00:00:00 2001 From: Yasuyuki Tanaka Date: Mon, 20 Jun 2016 16:35:09 +0200 Subject: [PATCH] Fix a typo, UIP_IPV6_CONF_MULTICAST, in a comment with UIP_CONF_IPV6_MULTICAST --- core/net/ipv6/uip6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/ipv6/uip6.c b/core/net/ipv6/uip6.c index a54754371..541323ffa 100644 --- a/core/net/ipv6/uip6.c +++ b/core/net/ipv6/uip6.c @@ -1202,7 +1202,7 @@ uip_process(uint8_t flag) goto drop; } } -#endif /* UIP_IPV6_CONF_MULTICAST */ +#endif /* UIP_CONF_IPV6_MULTICAST */ /* TBD Some Parameter problem messages */ if(!uip_ds6_is_my_addr(&UIP_IP_BUF->destipaddr) &&