diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-12-10 03:28:05 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-12-10 03:28:05 +0000 |
commit | fab2f4b8a2f1626f5fdf6118201cdb17603a284b (patch) | |
tree | e851aa77389d2773d92d04dc820085205d3ef35b /src/lib/ecore | |
parent | d2062a0d27d48b754f6905345327e3a83ddf9494 (diff) |
poolers typo--
SVN revision: 80560
Diffstat (limited to 'src/lib/ecore')
-rw-r--r-- | src/lib/ecore/Ecore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index f73bcae3fe..d3585fcc31 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h | |||
@@ -162,8 +162,8 @@ sudo make install | |||
162 | * enterers are usually a good place to update the program state. Proper idlers | 162 | * enterers are usually a good place to update the program state. Proper idlers |
163 | * are the appropriate place to do heavy computational tasks thereby using what | 163 | * are the appropriate place to do heavy computational tasks thereby using what |
164 | * would otherwise be wasted CPU cycles. Exiters are the perfect place to do | 164 | * would otherwise be wasted CPU cycles. Exiters are the perfect place to do |
165 | * anything your program should do just before processing events(also timers, | 165 | * anything your program should do just before processing events (also timers, |
166 | * poolers, file descriptor handlers and animators) | 166 | * pollers, file descriptor handlers and animators) |
167 | * @see Ecore_Idle_Group | 167 | * @see Ecore_Idle_Group |
168 | * | 168 | * |
169 | * @subsection fd_handler File descriptor handlers | 169 | * @subsection fd_handler File descriptor handlers |