fib: fix doc

This commit is contained in:
Cenk Gündoğan 2015-10-18 21:41:42 +02:00
parent 79a3b05b42
commit 93d0c9a273

View File

@ -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)