From 69cb69d24b888f39c58978bb0132a4918100650f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 1 Mar 2010 16:20:39 +0000 Subject: [PATCH] Fix doxy typo. SVN revision: 46704 --- legacy/elementary/src/lib/elm_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_genlist.c b/legacy/elementary/src/lib/elm_genlist.c index d7264f4285..b559fd6fa0 100644 --- a/legacy/elementary/src/lib/elm_genlist.c +++ b/legacy/elementary/src/lib/elm_genlist.c @@ -81,7 +81,7 @@ * in order to just calculate what to re-draw, it needs to walk through many * many many objects. Thus, the more objects you keep active, the more * overhead Evas has in just doing its work. It is advisable to keep your - 8 active objects to the minimum working set you need. Also remember that + * active objects to the minimum working set you need. Also remember that * object creation and deletion carries an overhead, so there is a * middle-ground, which is not easily determined. But don't keep massive lists * of objects you can't see or use. Genlist does this with list objects. It