summaryrefslogtreecommitdiff
path: root/src/examples/efl_thread_3.c
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-25 00:40:18 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-10-25 00:40:18 +0900
commit0e226c447202c3f6286bb2a43bcb07e415984fb0 (patch)
treeec90e68c22f2f72f21a85deaf49904cbe6b50d46 /src/examples/efl_thread_3.c
parentc456cf83a0b318c5d031c73c83e7f3fedb357a62 (diff)
downloadelementary-0e226c447202c3f6286bb2a43bcb07e415984fb0.tar.gz
efl_thread examples: fixed comment typos.
Diffstat (limited to 'src/examples/efl_thread_3.c')
-rw-r--r--src/examples/efl_thread_3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/efl_thread_3.c b/src/examples/efl_thread_3.c
index 452a69058..199dccf16 100644
--- a/src/examples/efl_thread_3.c
+++ b/src/examples/efl_thread_3.c
@@ -22,7 +22,7 @@ my_thread_run(void *arg)
{
double t = 0.0;
- // inside the pthread function lets loop forever incrimenting a time point
+ // inside the pthread function lets loop forever incrementing a time point
for (;;)
{
struct info *inf = malloc(sizeof(struct info));