X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=0b5c59d3fae0df6048f7852f872557af5274f16b;hp=c5f1b22c270e2bd40bb7fb2537720a12fa5dcad4;hb=6fa6da3ee13d2b7bdbec3cd24ff8ca43233c74fb;hpb=1e6d21dbb6918a2d5f2f09730b0c30e3a4895d5c 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)