]> git.sesse.net Git - stockfish/blobdiff - src/tune.cpp
Small cleanups
[stockfish] / src / tune.cpp
index 696b4cb8f3362cf77f774baf185d33e8a7f6083a..c1b1c76bcc1c4c2d6c4d851c67583e4db8a7488b 100644 (file)
@@ -70,7 +70,7 @@ static void make_option(const string& n, int v, const SetRange& r) {
   Options[n] << UCI::Option(v, r(v).first, r(v).second, on_tune);
   LastOption = &Options[n];
 
-  // Print formatted parameters, ready to be copy-pasted in fishtest
+  // Print formatted parameters, ready to be copy-pasted in Fishtest
   std::cout << n << ","
             << v << ","
             << r(v).first << "," << r(v).second << ","