]> git.sesse.net Git - stockfish/blobdiff - src/timeman.cpp
Another round of spelling fixes
[stockfish] / src / timeman.cpp
index d624dfb26f8d07bbd8c81b9530453d4c19a0d0f7..7c3efb352a7b927fcdbabf45fc36e7340cdfd2b6 100644 (file)
@@ -108,7 +108,7 @@ void TimeManager::init(const Search::LimitsType& limits, int currentPly, Color u
   int minThinkingTime      = Options["Minimum Thinking Time"];
   int slowMover            = Options["Slow Mover"];
 
-  // Initialize to maximum values but unstablePVExtraTime that is reset
+  // Initialize all to maximum values but unstablePVExtraTime that is reset
   unstablePVExtraTime = 0;
   optimumSearchTime = maximumSearchTime = limits.time[us];