Assorted grammar fixes

Mainly from Lyudmil Antonov and
one from Henri Wiechers and Louis Zulli.

No functional change.
This commit is contained in:
Marco Costalba
2014-01-07 14:25:35 +09:00
parent 1fee23a598
commit a646f74e6a
8 changed files with 8 additions and 8 deletions

View 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 {