summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <chuneon.park@samsung.com>2015-04-23 11:35:35 +0900
committerChunEon Park <chuneon.park@samsung.com>2015-04-23 11:37:16 +0900
commit023a91dc7de37fbc378be798e28019d3515319de (patch)
tree696aafa0f53ea202d72d21cce380fa93ffa78ec7
parentc8c9da3e197ac1e8f8d47735088473ee7eb9d957 (diff)
downloadefl-023a91dc7de37fbc378be798e28019d3515319de.tar.gz
eina thread_queue: fix typo in doc.
-rw-r--r--src/lib/eina/eina_thread_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eina/eina_thread_queue.h b/src/lib/eina/eina_thread_queue.h
index dc01917995..a33e7b4911 100644
--- a/src/lib/eina/eina_thread_queue.h
+++ b/src/lib/eina/eina_thread_queue.h
@@ -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
*
* 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.
*
* @see eina_thread_queue_wait()