Skip to content

Commit ed5d253

Browse files
DavidLin1577Arto Kinnunen
authored andcommitted
Fix function spelling mistake in lowpan_context.h
lowpan_contex_get_by_id -> lowpan_context_get_by_id
1 parent ecbca0a commit ed5d253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/IPHC_Decode/lowpan_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void lowpan_context_timer(lowpan_context_list_t *list, uint_fast16_t ticks);
8888
* \return NULL Not supported Context ID
8989
*
9090
*/
91-
lowpan_context_t *lowpan_contex_get_by_id(const lowpan_context_list_t *list, uint8_t id);
91+
lowpan_context_t *lowpan_context_get_by_id(const lowpan_context_list_t *list, uint8_t id);
9292

9393
/**
9494
* \brief Get Longest match Context entry from the list for given IPv6 address

0 commit comments

Comments
 (0)