hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=013dfe70132cf9d5edbf83a8111d4622702f75ca

commit 013dfe70132cf9d5edbf83a8111d4622702f75ca
Author: Hermet Park <[email protected]>
Date:   Tue Jun 19 10:50:50 2018 +0900

    evas map: fix a typo.
---
 src/lib/evas/common/evas_map_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/common/evas_map_image.c 
b/src/lib/evas/common/evas_map_image.c
index 339db5aff4..94c35f84d1 100644
--- a/src/lib/evas/common/evas_map_image.c
+++ b/src/lib/evas/common/evas_map_image.c
@@ -495,7 +495,7 @@ _evas_common_map_rgba_span(RGBA_Map_Spans *span,
    span->havea = 0;
    span->direct = 0;
 
-   // 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) span->havea = 1;
    if (p[0].col == 0xffffffff) span->havecol--;

-- 


Reply via email to