]> git.sesse.net Git - stockfish/blobdiff - src/timeman.h
Standardize Comments
[stockfish] / src / timeman.h
index 9ad6bdcccf9c3ab2711f3b251bcd916263d0685a..6acdf0ac6db83e5034439da5ddcc9d29432579a0 100644 (file)
@@ -28,8 +28,8 @@
 
 namespace Stockfish {
 
-/// The TimeManagement class computes the optimal time to think depending on
-/// the maximum available time, the game move number and other parameters.
+// The TimeManagement class computes the optimal time to think depending on
+// the maximum available time, the game move number, and other parameters.
 
 class TimeManagement {
 public: