mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Big assorted spelling fixes
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
500b9b0eb3
commit
13a73f67c0
@@ -252,8 +252,9 @@ Value Entry::shelter_storm(const Position& pos, Square ksq) {
|
||||
}
|
||||
|
||||
|
||||
/// Entry::update_safety() calculates and caches a bonus for king safety. It is
|
||||
/// called only when king square changes, about 20% of total king_safety() calls.
|
||||
/// Entry::update_safety() calculates and caches a bonus for king safety.
|
||||
/// It is called only when king square changes, which is about 20% of total
|
||||
/// king_safety() calls.
|
||||
|
||||
template<Color Us>
|
||||
Score Entry::update_safety(const Position& pos, Square ksq) {
|
||||
|
||||
Reference in New Issue
Block a user