mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
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:
committed by
Joona Kiiski
parent
00d9e9fd28
commit
80d7556af7
@@ -37,8 +37,8 @@ namespace PSQT {
|
||||
void init();
|
||||
}
|
||||
|
||||
/// CheckInfo struct is initialized at c'tor time and keeps info used to detect
|
||||
/// if a move gives check.
|
||||
/// CheckInfo struct is initialized at constructor time and keeps info used to
|
||||
/// detect if a move gives check.
|
||||
|
||||
struct CheckInfo {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user