mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Big assorted spelling fixes
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
500b9b0eb3
commit
13a73f67c0
+3
-2
@@ -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