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