]> git.sesse.net Git - stockfish/blobdiff - src/timeman.h
More readable init of MS1BTable[]
[stockfish] / src / timeman.h
index 92ab0e7b1a9a21b506a86e4b4f0b59020f345483..3ee7b319787564d1c914220b9627247122276efe 100644 (file)
@@ -21,7 +21,7 @@
 #define TIMEMAN_H_INCLUDED
 
 /// The TimeManager class computes the optimal time to think depending on the
-/// maximum available time, the move game number and other parameters.
+/// maximum available time, the game move number and other parameters.
 
 class TimeManager {
 public: