]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Restore PorbCut name
[stockfish] / src / search.cpp
index 3baa5bc25f40b4b4ecd81e11d5d4ed2335d885d0..01d2a387e3aefa2592ff476d824063d41e1f81f4 100644 (file)
@@ -659,7 +659,7 @@ namespace {
         }
     }
 
-    // Step 9. Multi-Cut (skipped when in check)
+    // Step 9. ProbCut (skipped when in check)
     // If we have a very good capture (i.e. SEE > seeValues[captured_piece_type])
     // and a reduced search returns a value much above beta, we can (almost) safely
     // prune the previous move.