]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Big assorted spelling fixes
[stockfish] / src / pawns.cpp
index 0bd99f9b0e6d9058f9f9e49b6efd21cced6416a6..d9cfe409191a1b28dbf67b851fc8bdaf5cacb946 100644 (file)
@@ -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) {