Nudge comments left so they won't appear as a code block

This commit is contained in:
George Oikonomou 2015-02-15 20:20:40 +01:00
parent c8b802dc16
commit 43aeddbd89
1 changed files with 4 additions and 4 deletions

View File

@ -99,12 +99,12 @@ int uip_ds6_nbr_num(void);
/**
* \brief
* This searches inside the neighbor table for the neighbor that is about to
* expire the next.
* This searches inside the neighbor table for the neighbor that is about to
* expire the next.
*
* \return
* A reference to the neighbor about to expire the next or NULL if
* table is empty.
* A reference to the neighbor about to expire the next or NULL if
* table is empty.
*/
uip_ds6_nbr_t *uip_ds6_get_least_lifetime_neighbor(void);