X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=5a38826188811eb634f053d5cd3396760325d69f;hp=b48bd8b80bd528e8cff46fef072f13965d88524d;hb=74fd57220e4e5a214761adc2d12335a12bef56f3;hpb=4f14bd50326d058fe14ae1dd51c57fac99b74153 diff --git a/src/movepick.h b/src/movepick.h index b48bd8b8..5a388261 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -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