X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=0b5c59d3fae0df6048f7852f872557af5274f16b;hp=c5f1b22c270e2bd40bb7fb2537720a12fa5dcad4;hb=e53774bc49dd0aaa1c129ee98c09e1a56ef974fb;hpb=856a5f3aaaf8b9d53599963decacd4476b55c034 diff --git a/src/pawns.cpp b/src/pawns.cpp index c5f1b22c..0b5c59d3 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -149,7 +149,7 @@ namespace { isolated = !neighbours; // 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)