ecore: fix typo in ecore_main_fd_handler_add

SVN revision: 74576
This commit is contained in:
Jihoon Kim 2012-07-30 10:27:30 +00:00
parent ac66f47334
commit 2631bb075f
1 changed files with 1 additions and 1 deletions

View File

@ -1051,7 +1051,7 @@ typedef Eina_Bool (*Ecore_Win32_Handle_Cb)(void *data, Ecore_Win32_Handler *wh);
*
* @param fd The file descriptor to watch.
* @param flags To monitor it for reading use @c ECORE_FD_READ, for writing @c
* ECORE_FD_WRITE, and for error @c ECORE_FD_ERROR. Values bay |(ored).
* ECORE_FD_WRITE, and for error @c ECORE_FD_ERROR. Values by |(ored).
* @param func The callback function.
* @param data The data to pass to the callback.
* @param buf_func The function to call to check if any data has been buffered