Fix typo
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Aug 2010 22:48:59 +0000 (22:48 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Aug 2010 22:48:59 +0000 (22:48 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@51103 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Eet.h

index 897ebc0..337cbc7 100644 (file)
@@ -1779,7 +1779,7 @@ struct _Eet_Data_Descriptor_Class
       const char *(*type_get)(const void *data, Eina_Bool *unknow);    /**< convert any kind of data type to a name that define an Eet_Data_Element. */
       Eina_Bool   (*type_set)(const char *type, void *data, Eina_Bool unknow);    /**< set the type at a particular adress */
       void      * (*array_alloc)(size_t size); /**< how to allocate memory for array (usually malloc()) */
-      void        (*array_free)(void *mem); /**< how to free memory for array (usually malloc()) */
+      void        (*array_free)(void *mem); /**< how to free memory for array (usually free()) */
    } func;
 };