]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/checker/SafetyChecker.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spelling fixes & a few cases of polishing the English (#329)
[simgrid.git] / src / mc / checker / SafetyChecker.cpp
index b72c6c9125d84f74e126549e97c9a33b9343002b..ecc8ca355652ddf464bc983cb736e8f1552046fd 100644 (file)
@@ -81,7 +81,7 @@ void SafetyChecker::run()
 {
   /* This function runs the DFS algorithm the state space.
    * We do so iteratively instead of recursively, dealing with the call stack manually.
-   * This allows to explore the call stack at wish. */
+   * This allows one to explore the call stack at will. */
 
   while (not stack_.empty()) {