fixed comments

This commit is contained in:
Joakim Eriksson 2015-02-06 09:22:16 +01:00
parent fc4a83085a
commit e7fc14c7a1
2 changed files with 2 additions and 3 deletions

View file

@ -127,7 +127,7 @@ neighbor_link_callback(rpl_parent_t *p, int status, int numtx)
nbr = rpl_get_nbr(p);
if(nbr == NULL) {
/* No neighbor for this parent - something bad has occured */
/* No neighbor for this parent - something bad has occurred */
return;
}