Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 15:52:42 +0000 (17:52 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 25 Jul 2015 15:52:42 +0000 (17:52 +0200)
examples/xbt/sem_basic.c

index 7a7299a..f409f70 100644 (file)
@@ -19,7 +19,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(sem_basic,
 #define THREAD_THREADS_MAX      ((unsigned int)10)
 
 /*
- * the thread funtion.
+ * the thread function.
  */
 void *thread_routine(void *param);