evas: fix typo in evas_cache comment.
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 29 Oct 2014 21:37:24 +0000 (22:37 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 29 Oct 2014 21:38:31 +0000 (22:38 +0100)
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>
src/lib/evas/cache/evas_cache_image.c
src/lib/evas/cache2/evas_cache2.c

index 0c94b63f6501e22cb939b99253bf8c8d1e7b53e8..979d2997595f07bf71bcd5d326f3db10b6a7e71f 100644 (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);
index 11b2f2ecebc795a1e75f03fe4e7d07ef89e5641d..4603aae12006396180dc18e42fb5ea976dc841d9 100644 (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);