From: Stefano Cardanobile Date: Tue, 14 Nov 2017 20:16:41 +0000 (+0100) Subject: Fix comments. Bench: 5109559. X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=c769d4df84f0d4f6290956250c28460b66d95eeb Fix comments. Bench: 5109559. --- diff --git a/src/movepick.cpp b/src/movepick.cpp index 15188712..33c65670 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -123,7 +123,7 @@ MovePicker::MovePicker(const Position& p, Move ttm, Value th, const CapturePiece /// score() assigns a numerical value to each move in a list, used for sorting. /// Captures are ordered by Most Valuable Victim (MVV), preferring captures -/// near our home rank. Quiets are ordered using the histories. +/// with a good history. Quiets are ordered using the histories. template void MovePicker::score() {