]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Refine "few moves" in "last minute surprise"
[stockfish] / src / movepick.h
index b48bd8b80bd528e8cff46fef072f13965d88524d..5a38826188811eb634f053d5cd3396760325d69f 100644 (file)
@@ -50,7 +50,7 @@ public:
     PH_TT_MOVE,        // Transposition table move
     PH_MATE_KILLER,    // Mate killer from the current ply
     PH_GOOD_CAPTURES,  // Queen promotions and captures with SEE values >= 0
-    PH_BAD_CAPTURES,   // Queen promotions and captures with SEE valuse <= 0
+    PH_BAD_CAPTURES,   // Queen promotions and captures with SEE values < 0
     PH_KILLER_1,       // Killer move 1 from the current ply (not used yet).
     PH_KILLER_2,       // Killer move 2 from the current ply (not used yet).
     PH_NONCAPTURES,    // Non-captures and underpromotions