X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/307bcdf833fa0bcdf8619f9f73453e99e2e7032f..560c71943cea4af301d60bb7f8532785c523b44b:/include/simgrid/simix.hpp diff --git a/include/simgrid/simix.hpp b/include/simgrid/simix.hpp index 8817ccca53..ac09f91c52 100644 --- a/include/simgrid/simix.hpp +++ b/include/simgrid/simix.hpp @@ -64,7 +64,7 @@ template typename std::result_of_t simcall_answered(F&& code, Sim * * Simulation without MC and without parallelism (contexts/nthreads=1) will not pay the price of a simcall for an * harmless setter. When running in parallel, you want your write access to be done in a mutual exclusion way, while the - * getters can still occure out of order. + * getters can still occur out of order. * * When running in MC, you want to make this access visible to the checker. Actually in this case, it's not visible from * the checker (and thus still use a fast track) if the setter is called from the actor that created the object.