cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7812e9afa66584959bd48693d6d855d2d85f6253
commit 7812e9afa66584959bd48693d6d855d2d85f6253 Author: Jaehyun Cho <[email protected]> Date: Wed Oct 29 22:37:24 2014 +0100 evas: fix typo in evas_cache comment. Summary: Fix typo in comment Reviewers: Hermet Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1599 Signed-off-by: Cedric BAIL <[email protected]> --- src/lib/evas/cache/evas_cache_image.c | 2 +- src/lib/evas/cache2/evas_cache2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/evas/cache/evas_cache_image.c b/src/lib/evas/cache/evas_cache_image.c index 0c94b63..979d299 100644 --- a/src/lib/evas/cache/evas_cache_image.c +++ b/src/lib/evas/cache/evas_cache_image.c @@ -873,7 +873,7 @@ evas_cache_image_request(Evas_Cache_Image *cache, const char *file, _evas_cache_image_activ_add(im); goto on_ok; } - /* as avtive cache find - if we match in lru and its invalid, dirty */ + /* as active cache find - if we match in lru and its invalid, dirty */ _evas_cache_image_dirty_add(im); /* this image never used, so it have to be deleted */ _evas_cache_image_entry_delete(cache, im); diff --git a/src/lib/evas/cache2/evas_cache2.c b/src/lib/evas/cache2/evas_cache2.c index 11b2f2e..4603aae 100644 --- a/src/lib/evas/cache2/evas_cache2.c +++ b/src/lib/evas/cache2/evas_cache2.c @@ -742,7 +742,7 @@ evas_cache2_image_open(Evas_Cache2 *cache, const char *path, const char *key, goto on_ok; } DBG("Entry on inactive hash was invalid (file changed or deleted)."); - /* as avtive cache find - if we match in lru and its invalid, dirty */ + /* as active cache find - if we match in lru and its invalid, dirty */ _evas_cache2_image_dirty_add(im); /* this image never used, so it have to be deleted */ _evas_cache2_image_entry_delete(cache, im); --
