X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/467a0c53018ee489de1dd7ae61a083d52048b8e8..2fe56becb7b12edd78788a83dbc1d3e1d85d9dbc:/src/simix/popping.cpp diff --git a/src/simix/popping.cpp b/src/simix/popping.cpp index d5cabef667..70a30d26f2 100644 --- a/src/simix/popping.cpp +++ b/src/simix/popping.cpp @@ -47,7 +47,7 @@ void SIMIX_run_kernel(std::function const* code) /** Kernel code for run_blocking * - * This looks a lot like SIMIX_run_kernel ^^ + * The implementtion looks a lot like SIMIX_run_kernel ^^ * * However, this `run_blocking` is blocking so the process will not be woken * up until `SIMIX_simcall_answer(simcall)`` is called by the kernel.