X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c32b0efb4d60542f91bc9257eed2b56fe0d421e1..b9c1ef9948cd6a89af3e1f250dc69d368f70200f:/src/simix/smx_context.c diff --git a/src/simix/smx_context.c b/src/simix/smx_context.c index 88c5a4fac9..e638bb7e76 100644 --- a/src/simix/smx_context.c +++ b/src/simix/smx_context.c @@ -70,10 +70,10 @@ void SIMIX_context_mod_init(void) #ifdef HAVE_RAWCTX XBT_ERROR(" raw: high performance context factory implemented specifically for SimGrid"); #else - XBT_ERROR(" (raw contextes are disabled at compilation time on this machine -- check configure logs for details)"); + XBT_ERROR(" (raw contexts are disabled at compilation time on this machine -- check configure logs for details)"); #endif #ifdef CONTEXT_UCONTEXT - XBT_ERROR(" ucontext: classical system V contextes (implemented with makecontext, swapcontext and friends)"); + XBT_ERROR(" ucontext: classical system V contexts (implemented with makecontext, swapcontext and friends)"); #else XBT_ERROR(" (ucontext is disabled at compilation time on this machine -- check configure logs for details)"); #endif @@ -220,4 +220,3 @@ XBT_INLINE void SIMIX_context_set_current(smx_context_t context) smx_current_context_serial = context; } } -