X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4ae09f4ec3af8962f2e297646c5e092f2f01be64..b5dd72a23cf8e0dcc7cb4c3a3b9e12c45aae766b:/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c diff --git a/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c b/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c index c4aab99347..76cce8ddd4 100644 --- a/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c +++ b/teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.c @@ -1,4 +1,4 @@ -/* synchro_crashtest -- tries to crash the logging mecanism by doing // logs*/ +/* synchro_crashtest -- tries to crash the logging mechanism by doing parallel logs*/ /* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ @@ -10,8 +10,8 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(synchro_crashtest, "Logs of this example"); -int test_amount = 99; /* Up to 999 to not break the logs (and thus the testing mecanism) */ -int crasher_amount = 99; /* Up to 99 to not break the logs (and thus the testing mecanism) */ +int test_amount = 99; /* Up to 999 to not break the logs (and thus the testing mechanism) */ +int crasher_amount = 99; /* Up to 99 to not break the logs (and thus the testing mechanism) */ int *id; /* to pass a pointer to the threads without race condition */ int more_info = 0; /* SET IT TO TRUE TO GET MORE INFO */ @@ -38,7 +38,7 @@ static int crasher(int argc, char *argv[]) xbt_init(&argc, argv); - /* initializations of the philosopher mecanisms */ + /* initializations of the philosopher mechanisms */ id = xbt_new0(int, crasher_amount); crashers = xbt_new(xbt_os_thread_t, crasher_amount);