diff options
author | Yomi <abyomi0@gmail.com> | 2015-02-16 11:58:48 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-02-16 11:58:58 +0100 |
commit | 14e65920ffad432239614b6e59226b9a3c9600b8 (patch) | |
tree | 01508035822b3ffd80671696739737996d407a01 /src | |
parent | 3da02b46004b0b6d3ccfb5556ca1900a8c2e2a4f (diff) |
evas: fix misspellings in evas_render2.
Summary: fix misspellings of 'canvas' and 'work' in the comments.
Reviewers: raster
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1972
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/evas/canvas/evas_render2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/canvas/evas_render2.c b/src/lib/evas/canvas/evas_render2.c index 0c0b29a132..4b30543381 100644 --- a/src/lib/evas/canvas/evas_render2.c +++ b/src/lib/evas/canvas/evas_render2.c | |||
@@ -388,9 +388,9 @@ _evas_render2_begin(Eo *eo_e, Eina_Bool make_updates, | |||
388 | // send off rendering to primary thread renderer | 388 | // send off rendering to primary thread renderer |
389 | if (do_async) | 389 | if (do_async) |
390 | { | 390 | { |
391 | // ref the canvas so it stays while threads wortk | 391 | // ref the canvas so it stays while threads work |
392 | eo_ref(eo_e); | 392 | eo_ref(eo_e); |
393 | // track hanvas in list of things going in the background | 393 | // track canvas in list of things going in the background |
394 | e->rendering = EINA_TRUE; | 394 | e->rendering = EINA_TRUE; |
395 | _rendering = eina_list_append(_rendering, eo_e); | 395 | _rendering = eina_list_append(_rendering, eo_e); |
396 | // queue the render thread command | 396 | // queue the render thread command |