From c769d4df84f0d4f6290956250c28460b66d95eeb Mon Sep 17 00:00:00 2001 From: Stefano Cardanobile Date: Tue, 14 Nov 2017 21:16:41 +0100 Subject: [PATCH] Fix comments. Bench: 5109559. --- src/movepick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.2