X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=755e22d85a7c9317d2682f5838fda4b6bfd6a11c;hp=23ecf55732a0b87626374e87e9c1dc4c54f4ee7a;hb=6a6fd0b5f51046d09ee1f2377ef14c6aad611b18;hpb=c9dcda6ac488c0058ebd567e1f52e30b8cd0db20 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 {