seoz pushed a commit to branch master.

commit 1e67eac5724669e3791a0364f7337dd379eae95a
Author: Daniel Juyung Seo <[email protected]>
Date:   Mon Apr 8 18:15:22 2013 +0900

    elm_config.h: Fixed wrong documentation about cache size.
---
 src/lib/elm_config.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/lib/elm_config.h b/src/lib/elm_config.h
index ebd34fc..4b3b6a6 100644
--- a/src/lib/elm_config.h
+++ b/src/lib/elm_config.h
@@ -909,7 +909,7 @@ EAPI void      elm_config_cache_flush_enabled_set(Eina_Bool 
enabled);
 /**
  * Get the configured font cache size
  *
- * This gets the globally configured font cache size, in bytes.
+ * This gets the globally configured font cache size, in kilo bytes.
  *
  * @return The font cache size
  * @ingroup Caches
@@ -919,7 +919,7 @@ EAPI int       elm_config_cache_font_cache_size_get(void);
 /**
  * Set the configured font cache size
  *
- * This sets the globally configured font cache size, in bytes
+ * This sets the globally configured font cache size, in kilo bytes
  *
  * @param size The font cache size
  * @ingroup Caches
@@ -929,7 +929,7 @@ EAPI void      elm_config_cache_font_cache_size_set(int 
size);
 /**
  * Get the configured image cache size
  *
- * This gets the globally configured image cache size, in bytes
+ * This gets the globally configured image cache size, in kilo bytes
  *
  * @return The image cache size
  * @ingroup Caches
@@ -939,7 +939,7 @@ EAPI int       elm_config_cache_image_cache_size_get(void);
 /**
  * Set the configured image cache size
  *
- * This sets the globally configured image cache size, in bytes
+ * This sets the globally configured image cache size, in kilo bytes
  *
  * @param size The image cache size
  * @ingroup Caches

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to