efl_thread examples: fixed comment typos.

This commit is contained in:
Daniel Juyung Seo 2013-10-25 00:40:18 +09:00
parent fbe18f2eab
commit 200e3a0127
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ my_thread_run(void *arg)
{ {
double t = 0.0; 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 (;;) for (;;)
{ {
struct info *inf = malloc(sizeof(struct info)); struct info *inf = malloc(sizeof(struct info));

View File

@ -24,7 +24,7 @@ my_thread_run(void *arg)
{ {
double t = 0.0; 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 (;;) for (;;)
{ {
struct info *inf = malloc(sizeof(struct info)); struct info *inf = malloc(sizeof(struct info));

View File

@ -23,7 +23,7 @@ my_thread_run(LPVOID arg)
{ {
double t = 0.0; double t = 0.0;
// inside the thread function lets loop forever incrimenting a time point // inside the thread function lets loop forever incrementing a time point
for (;;) for (;;)
{ {
struct info *inf = malloc(sizeof(struct info)); struct info *inf = malloc(sizeof(struct info));

View File

@ -25,7 +25,7 @@ my_thread_run(LPVOID arg)
{ {
double t = 0.0; double t = 0.0;
// inside the thread function lets loop forever incrimenting a time point // inside the thread function lets loop forever incrementing a time point
for (;;) for (;;)
{ {
struct info *inf = malloc(sizeof(struct info)); struct info *inf = malloc(sizeof(struct info));