Skip to content

Commit

Permalink
ccnl: fix two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Mehlis committed Feb 16, 2014
1 parent 6c0482b commit fcabb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net/ccn_lite/ccnl-core.c
Expand Up @@ -1342,7 +1342,7 @@ int ccnl_core_RX_i_or_c(struct ccnl_relay_s *relay, struct ccnl_face_s *from,
goto Skip;
} else {
#if CCNL_DYNAMIC_FIB
/* content has matched an interest, we considder this name as availeble on this face */
/* content has matched an interest, we consider this name as available on this face */
ccnl_content_learn_name_route(relay, c->name, from, relay->fib_threshold_prefix, 0);
#endif
}
Expand Down

0 comments on commit fcabb3b

Please sign in to comment.