From 87b3d7d5b5aa88e350253da66e26050fd6b6b3d2 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 22 Jan 2014 15:17:45 +0900 Subject: [PATCH] ctxpopup: Fixed typo and flourished comment. --- legacy/elementary/src/lib/elc_ctxpopup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elc_ctxpopup.c b/legacy/elementary/src/lib/elc_ctxpopup.c index 8a953c57a5..06ec1fbbb2 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.c +++ b/legacy/elementary/src/lib/elc_ctxpopup.c @@ -257,8 +257,8 @@ _base_geometry_calc(Evas_Object *obj, if ((min_size.x > 0) && (base_size.x < min_size.x)) base_size.x = min_size.x; - //Check the Which direction is available. - //If find a available direction, it adjusts position and size. + //Check available directions. If there is one, it adjusts ctxpopup's position + // and size. for (idx = 0; idx < 4; idx++) { switch (sd->dir_priority[idx])