evas/common - fixed a comment typo.
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 31 Dec 2013 04:28:57 +0000 (13:28 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 31 Dec 2013 04:28:57 +0000 (13:28 +0900)
src/lib/evas/common/evas_map_image_internal.c

index 4ca01e6..70f24ea 100644 (file)
@@ -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--;