From 079f66908bf11b7f31b233afa0332f1e1beca650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Wed, 16 Dec 2015 09:42:37 +0100 Subject: [PATCH] rpl: minor doc fix --- sys/include/net/gnrc/rpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/gnrc/rpl.h b/sys/include/net/gnrc/rpl.h index 4565f33d11..9e1dabb38c 100644 --- a/sys/include/net/gnrc/rpl.h +++ b/sys/include/net/gnrc/rpl.h @@ -46,7 +46,7 @@ extern "C" { #endif /** - * @brief Default stack size to use for the IPv6 thread + * @brief Default stack size to use for the RPL thread */ #ifndef GNRC_RPL_STACK_SIZE #define GNRC_RPL_STACK_SIZE (THREAD_STACKSIZE_DEFAULT)