Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
[simgrid.git] / 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);