]> git.sesse.net Git - stockfish/blobdiff - src/timeman.h
Small codestyle touches
[stockfish] / src / timeman.h
index 1c28f7dbe674342af2498d87cd9d223fd909c44d..1d001c61ceeb05890b7b45303018706a0f9bf8fb 100644 (file)
@@ -29,7 +29,7 @@ class TimeManager {
 public:
 
   void init(int myTime, int myInc, int movesToGo, int currentPly);
 public:
 
   void init(int myTime, int myInc, int movesToGo, int currentPly);
-  void pv_unstability(int curChanges, int prevChanges);
+  void pv_instability(int curChanges, int prevChanges);
   int available_time() const { return optimumSearchTime + unstablePVExtraTime; }
   int maximum_time() const { return maximumSearchTime; }
 
   int available_time() const { return optimumSearchTime + unstablePVExtraTime; }
   int maximum_time() const { return maximumSearchTime; }