elm_widget.c: fixed comments.

This commit is contained in:
Daniel Juyung Seo 2013-05-07 19:39:58 +09:00
parent 8058042b6e
commit 503e6ecfc5
1 changed files with 2 additions and 2 deletions

View File

@ -2809,8 +2809,8 @@ _elm_widget_focus_list_next_get(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
const Eina_List *start = l;
Evas_Object *to_focus = NULL;
/* Interate sub items */
/* Go to end of list */
/* Iterate sub items */
/* Go to the end of list */
for (; l; l = list_next(l))
{
Evas_Object *tmp = NULL;