Fix function spelling mistake in lowpan_context.h

lowpan_contex_get_by_id -> lowpan_context_get_by_id
pull/12537/head
David Lin 2020-02-29 11:50:39 +08:00 committed by GitHub
parent 06b22d91e3
commit 5a883a2fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ void lowpan_context_timer(lowpan_context_list_t *list, uint_fast16_t ticks);
* \return NULL Not supported Context ID
*
*/
lowpan_context_t *lowpan_contex_get_by_id(const lowpan_context_list_t *list, uint8_t id);
lowpan_context_t *lowpan_context_get_by_id(const lowpan_context_list_t *list, uint8_t id);
/**
* \brief Get Longest match Context entry from the list for given IPv6 address