Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename the ptask files. There is no Host07 class anymore
[simgrid.git] / examples / xbt / sem_basic.c
index ebf2ecb..532a972 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007, 2010-2012. The SimGrid Team.
+/* Copyright (c) 2007, 2010-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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);