]> git.sesse.net Git - stockfish/blobdiff - src/endgame.cpp
Fix two typos in comments
[stockfish] / src / endgame.cpp
index 5a114d705d3387d94300219b5e3c41f6e63da620..05de131fb2b26deff9336ddc2137db701752d56e 100644 (file)
@@ -216,7 +216,7 @@ Value Endgame<KRKP>::operator()(const Position& pos) const {
 }
 
 
-/// KR vs KB. This is very simple, and always returns drawish scores.  The
+/// KR vs KB. This is very simple, and always returns drawish scores. The
 /// score is slightly bigger when the defending king is close to the edge.
 template<>
 Value Endgame<KRKB>::operator()(const Position& pos) const {