Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / mc / Transition.hpp
index c0a6d0af6eba92fc5901a5393631c78e928c7ad3..b15c6fda41ec60879bd7c5f922ab67c0f5d4253a 100644 (file)
@@ -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.
  */