style(comment): remove the word signal from the comments

This commit is contained in:
Gabor Kiss-Vamosi
2021-03-18 17:38:39 +01:00
parent bf2deded51
commit c1f8a844bc
25 changed files with 47 additions and 54 deletions

View File

@@ -489,7 +489,7 @@ static void lv_bar_event(lv_obj_t * obj, lv_event_t e)
LV_ASSERT_OBJ(obj, MY_CLASS);
lv_res_t res;
/*Include the ancient signal function*/
/*Call the ancestor's event handler*/
res = lv_obj_event_base(MY_CLASS, obj, e);
if(res != LV_RES_OK) return;