projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8c9da3
)
eina thread_queue: fix typo in doc.
author
ChunEon Park
<chuneon.park@samsung.com>
Thu, 23 Apr 2015 02:35:35 +0000
(11:35 +0900)
committer
ChunEon Park
<chuneon.park@samsung.com>
Thu, 23 Apr 2015 02:37:16 +0000
(11:37 +0900)
src/lib/eina/eina_thread_queue.h
patch
|
blob
|
history
diff --git
a/src/lib/eina/eina_thread_queue.h
b/src/lib/eina/eina_thread_queue.h
index dc01917995de57054926af4e777020f8a336f814..a33e7b491110088156ee9c87b40773610b3b048b 100644
(file)
--- 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 to
t
he caller, without
+ * available for reading, it immediately returns NULL to
t
he caller, without
* waiting for a new message to arrive.
*
* @see eina_thread_queue_wait()