X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bdfe4f8674f98efbf2d67ad854ef83a1d5f855ed..d0ffc37686edcc803601f76ab51fdfed5fc2f241:/src/xbt/ex.c diff --git a/src/xbt/ex.c b/src/xbt/ex.c index 3656ea51af..9433046883 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -75,7 +75,7 @@ xbt_running_ctx_t *__xbt_ex_ctx_default(void) real life and in simulation when using threads to implement the simulation processes (ie, with pthreads and on windows). - It also gets overriden in xbt/context.c when using ucontextes (as well as + It also gets overriden in xbt/context.c when using ucontexts (as well as in Java for now, but after the java overhaul, it will get cleaned out) */ static xbt_running_ctx_t ctx = XBT_RUNNING_CTX_INITIALIZER;