evas/common - fixed a comment typo.

This commit is contained in:
ChunEon Park 2013-12-31 13:28:57 +09:00
parent 3191776c01
commit 01c11211dc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ FUNC_NAME(RGBA_Image *src, RGBA_Image *dst,
cw = clip_w; cw = clip_w;
ch = clip_h; ch = clip_h;
// find y yop line and y bottom line // find y top line and y bottom line
ytop = p[0].y; ytop = p[0].y;
if ((p[0].col >> 24) < 0xff) havea = 1; if ((p[0].col >> 24) < 0xff) havea = 1;
if (p[0].col == 0xffffffff) havecol--; if (p[0].col == 0xffffffff) havecol--;