X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.cpp;h=9dd91f278df644f8727ae4e7d66c634248177133;hp=ed7c380079d8d5c4ad54dde9cee54eae550848e0;hb=55758344d3ccf49353bcd8f3a06a4553ff1b753a;hpb=4eca981e557704f4ce3db829adf380b8fc058926 diff --git a/src/movepick.cpp b/src/movepick.cpp index ed7c3800..9dd91f27 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -127,7 +127,7 @@ MovePicker::MovePicker(const Position& p, Move ttm, const HistoryStats& h, template<> void MovePicker::score() { // Winning and equal captures in the main search are ordered by MVV, preferring - // captures near our home rank. Suprisingly, this appears to perform slightly + // captures near our home rank. Surprisingly, this appears to perform slightly // better than SEE based move ordering: exchanging big pieces before capturing // a hanging piece probably helps to reduce the subtree size. // In main search we want to push captures with negative SEE values to the