X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=755e22d85a7c9317d2682f5838fda4b6bfd6a11c;hp=23ecf55732a0b87626374e87e9c1dc4c54f4ee7a;hb=a646f74e6a62af756b2e51756a81ee983db4ff34;hpb=1fee23a598a54739571e01cfe6aef1c3488b0e74 diff --git a/src/position.cpp b/src/position.cpp index 23ecf557..755e22d8 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -614,7 +614,7 @@ bool Position::pseudo_legal(const Move m) const { } -/// Position::move_gives_check() tests whether a pseudo-legal move gives a check +/// Position::gives_check() tests whether a pseudo-legal move gives a check bool Position::gives_check(Move m, const CheckInfo& ci) const {