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)