X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/639e88c95c355661b56405f608d54c27d24ac7c5..a49a03122b2def71ff741e78d15b38cd1d171184:/src/mc/Transition.hpp diff --git a/src/mc/Transition.hpp b/src/mc/Transition.hpp index c0a6d0af6e..b15c6fda41 100644 --- a/src/mc/Transition.hpp +++ b/src/mc/Transition.hpp @@ -13,8 +13,8 @@ namespace mc { /** An element in the recorded path * * At each decision point, we need to record which process transition - * is trigerred and potentially which value is associated with this - * transition. The value is used to find which communication is triggerred + * is triggered and potentially which value is associated with this + * transition. The value is used to find which communication is triggered * in things like waitany and for associating a given value of MC_random() * calls. */