1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Fix a comment in evaluate.cpp

Function name is wrong.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2010-03-31 09:57:48 +02:00
parent 0e33fc6fd4
commit 08634b06a3

View file

@ -870,7 +870,7 @@ namespace {
}
// evaluate_passed_pawns() evaluates the passed pawns of the given color
// evaluate_passed_pawns_of_color() evaluates the passed pawns of the given color
template<Color Us>
void evaluate_passed_pawns_of_color(const Position& pos, int movesToGo[], Square pawnToGo[], EvalInfo& ei) {