X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=1ae1b17fb1554d110b345c92633c7d6f87edf3b4;hp=e582692e3251c38bd7df3cbf3404aa0a8c5841c3;hb=2dbb1adf2ac3c1655fd6b696c2e73c92e56e78d4;hpb=8a2c4134a650429488df48e1a02228cdb0fdf63d diff --git a/src/pawns.cpp b/src/pawns.cpp index e582692e..1ae1b17f 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -151,7 +151,7 @@ namespace { lever = theirPawns & pawnAttacksBB[s]; // Test for backward pawn. - // If the pawn is passed, isolated, connected or a lever it cannot be + // If the pawn is passed, isolated, lever or connected it cannot be // backward. If there are friendly pawns behind on adjacent files // it cannot be backward either. if ( (passed | isolated | lever | connected)