From 31ee93cf636a0bf9f72c55a67fe2181c6325c7dd Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 29 Mar 2012 05:09:58 +0000 Subject: [PATCH] ecore Ecore.h: Fixed documentation typo. SVN revision: 69713 --- legacy/ecore/src/lib/ecore/Ecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index eace5607f3..7dbafb8a9f 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -1861,7 +1861,7 @@ typedef void (*Ecore_Thread_Notify_Cb)(void *data, Ecore_Thread *thread, void *m */ EAPI Ecore_Thread *ecore_thread_run(Ecore_Thread_Cb func_blocking, Ecore_Thread_Cb func_end, Ecore_Thread_Cb func_cancel, const void *data); /** - * Launch a thread to run a task than can talk back to the main thread + * Launch a thread to run a task that can talk back to the main thread * * @param func_heavy The function that should run in another thread. * @param func_notify Function that receives the data sent from the thread