Some code and comment cleanup

- Remove all references to split points
- Some grammar and spelling fixes

No Functional change

Resolves #478
This commit is contained in:
Stéphane Nicolet
2015-10-25 12:07:22 +01:00
committed by Joona Kiiski
parent 00d9e9fd28
commit 80d7556af7
7 changed files with 18 additions and 26 deletions

View File

@@ -84,7 +84,7 @@ PieceType min_attacker<KING>(const Bitboard*, Square, Bitboard, Bitboard&, Bitbo
} // namespace
/// CheckInfo c'tor
/// CheckInfo constructor
CheckInfo::CheckInfo(const Position& pos) {