]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Assorted grammar fixes
[stockfish] / src / position.cpp
index 23ecf55732a0b87626374e87e9c1dc4c54f4ee7a..755e22d85a7c9317d2682f5838fda4b6bfd6a11c 100644 (file)
@@ -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 {