1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

lv_ll: fix comment typo

This commit is contained in:
Gabor Kiss-Vamosi 2018-10-30 09:18:45 +01:00
parent b7792f0aa2
commit 04239f9287
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ void * lv_ll_ins_tail(lv_ll_t * ll_p)
/** /**
* Remove the node 'node_p' from 'll_p' linked list. * Remove the node 'node_p' from 'll_p' linked list.
* It dose not free the the memory of node. * It does not free the the memory of node.
* @param ll_p pointer to the linked list of 'node_p' * @param ll_p pointer to the linked list of 'node_p'
* @param node_p pointer to node in 'll_p' linked list * @param node_p pointer to node in 'll_p' linked list
*/ */

View File

@ -72,7 +72,7 @@ void * lv_ll_ins_tail(lv_ll_t * ll_p);
/** /**
* Remove the node 'node_p' from 'll_p' linked list. * Remove the node 'node_p' from 'll_p' linked list.
* It dose not free the the memory of node. * It does not free the the memory of node.
* @param ll_p pointer to the linked list of 'node_p' * @param ll_p pointer to the linked list of 'node_p'
* @param node_p pointer to node in 'll_p' linked list * @param node_p pointer to node in 'll_p' linked list
*/ */