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 <cedric@osg.samsung.com>
This commit is contained in:
Jaehyun Cho 2014-10-29 22:37:24 +01:00 committed by Cedric BAIL
parent a14fc0cc9e
commit 7812e9afa6
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);