X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=457580316694f238e42eb4b4763039dbbf1cef45;hb=f84eb1f3ef9dc4078368b849f8deb55982882390;hp=96b29d1e8ed28e0d04b9236a4d99b548becb2af2;hpb=cb22520a9c7e1d716a56f08390aa638a23a597b2;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 96b29d1e..45758031 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -745,8 +745,8 @@ namespace { } // Set up the improving flag, which is true if current static evaluation is - // bigger than the previous static evaluation at our turn (if we were in - // check at our previous move we look at static evaluaion at move prior to it + // bigger than the previous static evaluation at our turn (if we were in + // check at our previous move we look at static evaluation at move prior to it // and if we were in check at move prior to it flag is set to true) and is // false otherwise. The improving flag is used in various pruning heuristics. improving = (ss-2)->staticEval != VALUE_NONE ? ss->staticEval > (ss-2)->staticEval