]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Sync with master
[stockfish] / src / pawns.cpp
index e582692e3251c38bd7df3cbf3404aa0a8c5841c3..1ae1b17fb1554d110b345c92633c7d6f87edf3b4 100644 (file)
@@ -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)