Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small typos in comments
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 12 Nov 2023 14:03:26 +0000 (15:03 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 12 Nov 2023 14:03:26 +0000 (15:03 +0100)
src/mc/explo/odpor/ReversibleRaceCalculator.cpp

index 575d8e0..e3cccc7 100644 (file)
@@ -157,8 +157,8 @@ bool ReversibleRaceCalculator::is_race_reversible_MutexWait(const Execution& E,
                                                             const Transition* /*t2*/)
 {
   // Only an Unlock can be dependent with a Wait
-  // and in this case, the Unlock enbaled the wait
-  // Not reversibled
+  // and in this case, that Unlock enabled the wait
+  // Not reversible
   return false;
 }