mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user