Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
exclude lib for mc on freebsd
[simgrid.git] / src / mc / mc_state.hpp
index c99c21181cc0b00d10e4460ebdf59c319c85dce5..f57f39790092d97d6ff7ea00217111b9a9e69ea8 100644 (file)
@@ -58,7 +58,7 @@ public:
  *   an actor cannot have more than one enabled transition at a given time.
  */
 class ActorState {
-  /* Possible exploration status of a actor transition in a state.
+  /* Possible exploration status of an actor transition in a state.
    * Either the checker did not consider the transition, or it was considered and still to do, or considered and done.
    */
   enum class InterleavingType {