lv_ll: fix comment typo
This commit is contained in:
@@ -157,7 +157,7 @@ void * lv_ll_ins_tail(lv_ll_t * ll_p)
|
||||
|
||||
/**
|
||||
* 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 node_p pointer to node in 'll_p' linked list
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user