From b02367a4ed8b76e423a6a38effdefa682cc6ec6a Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Mon, 18 Feb 2019 15:04:14 +0100 Subject: [PATCH] Fix typos in comments --- os/net/netstack.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/net/netstack.h b/os/net/netstack.h index 8528e3fff..941bbfeb2 100644 --- a/os/net/netstack.h +++ b/os/net/netstack.h @@ -44,7 +44,7 @@ #include "contiki.h" /* Routing protocol configuration. The Routing protocol is configured through the Makefile, - via the flag MAC_ROUTING */ + via the flag MAKE_ROUTING */ #ifdef NETSTACK_CONF_ROUTING #define NETSTACK_ROUTING NETSTACK_CONF_ROUTING #else /* NETSTACK_CONF_ROUTING */ @@ -60,7 +60,7 @@ #endif /* NETSTACK_CONF_ROUTING */ /* Network layer configuration. The NET layer is configured through the Makefile, - via the flag MAC_NET */ + via the flag MAKE_NET */ #ifdef NETSTACK_CONF_NETWORK #define NETSTACK_NETWORK NETSTACK_CONF_NETWORK #else /* NETSTACK_CONF_NETWORK */