eina thread_queue: fix typo in doc.

This commit is contained in:
ChunEon Park 2015-04-23 11:35:35 +09:00
parent c8c9da3e19
commit 023a91dc7d
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ eina_thread_queue_wait_done(Eina_Thread_Queue *thq, void *allocref) EINA_ARG_NON
* @return A pointer to the message data * @return A pointer to the message data
* *
* This is the same as eina_thread_queue_wait(), but if no messages are * This is the same as eina_thread_queue_wait(), but if no messages are
* available for reading, it immediately returns NULL tot he caller, without * available for reading, it immediately returns NULL to the caller, without
* waiting for a new message to arrive. * waiting for a new message to arrive.
* *
* @see eina_thread_queue_wait() * @see eina_thread_queue_wait()