]> git.sesse.net Git - stockfish/blobdiff - src/endgame.cpp
Assorted grammar fixes
[stockfish] / src / endgame.cpp
index dbb98310239903e4215b72bcb25fac25635e0759..869a36d76ceb5d0358765e7dd89ef639f240f6f6 100644 (file)
@@ -817,7 +817,7 @@ ScaleFactor Endgame<KBPKN>::operator()(const Position& pos) const {
 
 
 /// KNP vs K. There is a single rule: if the pawn is a rook pawn on the 7th rank
-/// and the defending king prevents the pawn from advancing the position is drawn.
+/// and the defending king prevents the pawn from advancing, the position is drawn.
 template<>
 ScaleFactor Endgame<KNPK>::operator()(const Position& pos) const {