lv_ll: fix comment typo

This commit is contained in:
Gabor Kiss-Vamosi
2018-10-27 11:11:08 +02:00
parent cd3f6340da
commit 436c09aa51
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.
* It Dose not free the the memory of node.
* It dose 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
*/