From 3ed4ea95a1697675036cac997673c05353f52968 Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 22 Mar 2010 10:09:24 +0000 Subject: [PATCH] typo-- git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7289 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/simix/smx_context_sysv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_context_sysv.c b/src/simix/smx_context_sysv.c index 03e08ab854..163864bad6 100644 --- a/src/simix/smx_context_sysv.c +++ b/src/simix/smx_context_sysv.c @@ -150,7 +150,7 @@ static void smx_ctx_sysv_stop(smx_context_t pcontext) static void smx_ctx_sysv_wrapper() { - /*FIXME: I would like to avoid accesing simix_global to get the current + /*FIXME: I would like to avoid accessing simix_global to get the current context by passing it as an argument of the wrapper function. The problem is that this function is called from smx_ctx_sysv_start, and uses makecontext for calling it, and the stupid posix specification states that -- 2.20.1