Fix doxygen typo.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82416
This commit is contained in:
Christopher Michael 2013-01-08 14:12:11 +00:00 committed by Christopher Michael
parent eade5b8251
commit 19b5f5a1b5
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ typedef struct _Eo_Event_Description Eo_Event_Description;
* @param class_get_func_name the name of the wanted class_get function name.
* @param class_desc the class description.
* @param parent_class The parent class for the function. Look at eo_class_new() for more information.
* @param ... List of etxensions. Look at eo_class_new() for more information.
* @param ... List of extensions. Look at eo_class_new() for more information.
*
* You must use this macro if you want thread safety in class creation.
*/