]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Use for_each() in Endgames d'tor
[stockfish] / src / ucioption.cpp
index aad801b89e20238dfa79248076d0edffae188364..8ea4c5f62b3f2d45a47b1a33dbc0a624a318c9d9 100644 (file)
@@ -38,7 +38,7 @@ bool CaseInsensitiveLess::operator() (const string& s1, const string& s2) const
 
 
 /// OptionsMap c'tor initializes the UCI options to their hard coded default
-/// values and initializes the default value of "Threads" and "Minimum Split Depth"
+/// values and initializes the default value of "Threads" and "Min Split Depth"
 /// parameters according to the number of CPU cores detected.
 
 OptionsMap::OptionsMap() {