diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 777b89b576..be1597bb8c 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -88,7 +88,7 @@ extern "C" { * static void * _imf_event_commit_content_cb(void *data, Ecore_IMF_Context *ctx, void *event_info) * { - * Ecore_IMF_Event_Commit_Content *commit_content = (Ecore_IMF_Event_Commit_Content *)event; + * Ecore_IMF_Event_Commit_Content *commit_content = (Ecore_IMF_Event_Commit_Content *)event_info; * if (!commit_content) return; * * // convert URI to filename