poolers typo--

SVN revision: 80560
This commit is contained in:
Carsten Haitzler 2012-12-10 03:28:05 +00:00
parent d2062a0d27
commit fab2f4b8a2
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ sudo make install
* enterers are usually a good place to update the program state. Proper idlers * enterers are usually a good place to update the program state. Proper idlers
* are the appropriate place to do heavy computational tasks thereby using what * are the appropriate place to do heavy computational tasks thereby using what
* would otherwise be wasted CPU cycles. Exiters are the perfect place to do * would otherwise be wasted CPU cycles. Exiters are the perfect place to do
* anything your program should do just before processing events(also timers, * anything your program should do just before processing events (also timers,
* poolers, file descriptor handlers and animators) * pollers, file descriptor handlers and animators)
* @see Ecore_Idle_Group * @see Ecore_Idle_Group
* *
* @subsection fd_handler File descriptor handlers * @subsection fd_handler File descriptor handlers