From 142cc8fe2a5c28063b517e847fd37dedcd4dd736 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Tue, 2 Sep 2014 21:26:35 +0200 Subject: [PATCH] minor: fixed a comment typo only --- src/core/ipv6/ip6_frag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ipv6/ip6_frag.c b/src/core/ipv6/ip6_frag.c index abb32733..8a2f8204 100644 --- a/src/core/ipv6/ip6_frag.c +++ b/src/core/ipv6/ip6_frag.c @@ -545,7 +545,7 @@ nullreturn: return NULL; } -#endif /* LWIP_IPV6 ^^ LWIP_IPV6_REASS */ +#endif /* LWIP_IPV6 && LWIP_IPV6_REASS */ #if LWIP_IPV6 && LWIP_IPV6_FRAG