From 93d0c9a273daaea0bf8badcc0017a59c5f7aa28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Sun, 18 Oct 2015 21:41:42 +0200 Subject: [PATCH] fib: fix doc --- sys/net/network_layer/fib/fib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/network_layer/fib/fib.c b/sys/net/network_layer/fib/fib.c index 0076d73cf1..5eb7567cd9 100644 --- a/sys/net/network_layer/fib/fib.c +++ b/sys/net/network_layer/fib/fib.c @@ -60,7 +60,7 @@ static mutex_t mtx_access = MUTEX_INIT; /** * @brief maximum number of handled routing protocols (RP) - * used to notify the saved kernel_pid_t on ureachable destination + * used to notify the saved kernel_pid_t on unreachable destination */ #define FIB_MAX_REGISTERED_RP (5)