Ecore.h: fixed ecore documentation.

This commit is contained in:
Daniel Juyung Seo 2013-04-02 16:25:51 +09:00
parent 45a2beaf92
commit 3b9f8e4847
1 changed files with 2 additions and 2 deletions

View File

@ -2268,7 +2268,7 @@ EAPI Ecore_Thread *ecore_thread_run(Ecore_Thread_Cb func_blocking, Ecore_Thread_
* be called from the main thread for every message sent from @p func_heavy
* with ecore_thread_feedback().
*
* Like with ecore_thread_run(), a new thread will be launched to run
* Like ecore_thread_run(), a new thread will be launched to run
* @p func_heavy unless the maximum number of simultaneous threads has been
* reached, in which case the function will be scheduled to run whenever a
* running task ends and a thread becomes free. But if @p try_no_queue is