efl_thread examples: fixed comment typos.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 24 Oct 2013 15:40:18 +0000 (00:40 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 24 Oct 2013 15:40:18 +0000 (00:40 +0900)
src/examples/efl_thread_3.c
src/examples/efl_thread_4.c
src/examples/efl_thread_win32_3.c
src/examples/efl_thread_win32_4.c

index 452a690..199dccf 100644 (file)
@@ -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));
index 84136d7..aa2e97c 100644 (file)
@@ -24,7 +24,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));
index c8133cb..58b60f5 100644 (file)
@@ -23,7 +23,7 @@ my_thread_run(LPVOID arg)
 {
    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 (;;)
      {
         struct info *inf = malloc(sizeof(struct info));
index 70299c9..97bc030 100644 (file)
@@ -25,7 +25,7 @@ my_thread_run(LPVOID arg)
 {
    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 (;;)
      {
         struct info *inf = malloc(sizeof(struct info));