git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63838
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
// and sleep and loop
usleep(1000);
t += 0.02;
- // in case someone has asked us to cancel - then cacnel this loop
+ // in case someone has asked us to cancel - then cancel this loop
// co-operatively (cancelling is co-operative)
pthread_mutex_lock(&th_lock);
do_exit = th_exit;
// and sleep and loop
usleep(1000);
t += 0.02;
- // in case someone has asked us to cancel - then cacnel this loop
+ // in case someone has asked us to cancel - then cancel this loop
// co-operatively (cancelling is co-operative)
if (ecore_thread_check(th)) break;
}