From 76195bf48b802c66a6d0af027dcd2e6dee3684a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Wed, 9 Dec 2015 13:18:23 +0100 Subject: [PATCH] doxygen: gnrc: fix typos --- sys/include/net/gnrc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/include/net/gnrc.h b/sys/include/net/gnrc.h index 3d6556500f..7a2145d8a4 100644 --- a/sys/include/net/gnrc.h +++ b/sys/include/net/gnrc.h @@ -17,7 +17,7 @@ * This module is currently the default network stack for RIOT and includes * many components ranging from a @ref net_gnrc_nomac "simple MAC protocol" * through a fully-featured @ref net_gnrc_ipv6 implementation with @ref - * net_gnrc_sixlowpan "6LowPAN" extensions to* an @ref net_gnrc_udp "UDP" + * net_gnrc_sixlowpan "6LowPAN" extensions to an @ref net_gnrc_udp "UDP" * implementation and @ref net_gnrc_rpl. * * A list of all features contained in the @ref net_gnrc is available in the @@ -237,7 +237,7 @@ * USEMODULE += gnrc_rpl * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * This will include the @ref net_gnrc_rpl module. To provide forwarding - * capabilities is necessary to build the application with + * capabilities it is necessary to build the application with * `gnrc_ipv6_router_default` (or `gnrc_ipv6_router`), not * `gnrc_ipv6_default` (or `gnrc_ipv6`). *