ctxpopup: Fixed typo and flourished comment.

This commit is contained in:
Daniel Juyung Seo 2014-01-22 15:17:45 +09:00
parent 59bc4cff0e
commit 87b3d7d5b5
1 changed files with 2 additions and 2 deletions

View File

@ -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])