hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=01c11211dc7c16c347b2ce374dce7e0cf562d726
commit 01c11211dc7c16c347b2ce374dce7e0cf562d726 Author: ChunEon Park <[email protected]> Date: Tue Dec 31 13:28:57 2013 +0900 evas/common - fixed a comment typo. --- src/lib/evas/common/evas_map_image_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/common/evas_map_image_internal.c b/src/lib/evas/common/evas_map_image_internal.c index 4ca01e6..70f24ea 100644 --- a/src/lib/evas/common/evas_map_image_internal.c +++ b/src/lib/evas/common/evas_map_image_internal.c @@ -20,7 +20,7 @@ FUNC_NAME(RGBA_Image *src, RGBA_Image *dst, cw = clip_w; ch = clip_h; - // find y yop line and y bottom line + // find y top line and y bottom line ytop = p[0].y; if ((p[0].col >> 24) < 0xff) havea = 1; if (p[0].col == 0xffffffff) havecol--; --
