X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=d49ea3b6a2a995ba0d2a9947265a5f766386293e;hb=13a73f67c018e58b2fd46f886c45ef2b75188c8e;hp=c444615f5b9f2e8ab4a0952ff47e3c97bf642079;hpb=500b9b0eb3b20ef58ff1280a089ab2ef1e3c6436;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index c444615f..d49ea3b6 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -35,7 +35,7 @@ /// and is used for reduction and move ordering decisions. Gains records the move's /// best evaluation gain from one ply to the next and is used for pruning decisions. /// Countermoves store the move that refute a previous one. Entries are stored -/// according only to moving piece and destination square, hence two moves with +/// using only the moving piece and destination square, hence two moves with /// different origin but same destination and piece will be considered identical. template struct Stats {