From 0261debf0b8df5ff8b7941ec217d06bc1877c60e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 2 Aug 2011 06:29:54 +0000 Subject: [PATCH] elm genlist: Fixed comment typo. SVN revision: 61979 --- src/lib/elm_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 4f5e160..b7f6830 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -3596,7 +3596,7 @@ elm_genlist_item_insert_after(Evas_Object *obj, Elm_Genlist_Item *it = _item_new(wd, itc, data, parent, flags, func, func_data); if (!it) return NULL; - /* It make no sense to insert after in an empty list with after != NULL, something really bad is happening in your app. */ + /* It makes no sense to insert after in an empty list with after != NULL, something really bad is happening in your app. */ EINA_SAFETY_ON_NULL_RETURN_VAL(wd->items, NULL); wd->items = eina_inlist_append_relative(wd->items, EINA_INLIST_GET(it), -- 2.7.4