Skip to content

Commit

Permalink
Fix comments. Bench: 5109559.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano80 authored and mcostalba committed Nov 18, 2017
1 parent 03a9b3b commit c769d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/movepick.cpp
Expand Up @@ -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<GenType Type>
void MovePicker::score() {

Expand Down

0 comments on commit c769d4d

Please sign in to comment.