]> AND Public Git Repository - simgrid.git/blobdiff - src/sthread/sthread.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-check/sleep-set is now true by default
[simgrid.git] / src / sthread / sthread.c
index 4d04e09f62f6260da32d600a49c22613eb73b9d8..ee9e0847eaa058cb5a60a90b3e438806fd28613b 100644 (file)
@@ -19,7 +19,7 @@
 #include <valgrind/valgrind.h>
 #endif
 
-/* We don't want to intercept pthread within simgrid. Instead we should provide the real implem to simgrid */
+/* We don't want to intercept pthread within SimGrid. Instead we should provide the real implem to SimGrid */
 static int (*raw_pthread_create)(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*);
 static int (*raw_pthread_join)(pthread_t, void**);
 static int (*raw_mutex_init)(pthread_mutex_t*, const pthread_mutexattr_t*);