From 684eff4541ca8fd126a4f1d2685803ed6e5fdccd Mon Sep 17 00:00:00 2001 From: DipSwitch Date: Sat, 12 Sep 2015 12:54:56 +0200 Subject: [PATCH] doc: Fix documentation for UDP --- sys/include/net/gnrc/udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/net/gnrc/udp.h b/sys/include/net/gnrc/udp.h index f53e7f6eff..e92b06e42a 100644 --- a/sys/include/net/gnrc/udp.h +++ b/sys/include/net/gnrc/udp.h @@ -40,7 +40,7 @@ extern "C" { #endif /** - * @brief Priority of the pktdump thread + * @brief Priority of the UDP thread */ #ifndef GNRC_UDP_PRIO #define GNRC_UDP_PRIO (THREAD_PRIORITY_MAIN - 2)