]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
small cleanups
[stockfish] / src / evaluate.cpp
index e80e94427eaef89c018034eec29038750f2f3640..2d1f4b9e9e1f0fb2a507a2b9e5d48eeb17a11900 100644 (file)
@@ -311,7 +311,7 @@ namespace {
 
             if (Pt == BISHOP)
             {
-                // Penalty according to number of pawns on the same color square as the
+                // Penalty according to the number of our pawns on the same color square as the
                 // bishop, bigger when the center files are blocked with pawns and smaller
                 // when the bishop is outside the pawn chain.
                 Bitboard blocked = pos.pieces(Us, PAWN) & shift<Down>(pos.pieces());