]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Update Makefile for Mac OS X compilation
[stockfish] / src / pawns.cpp
index c5f1b22c270e2bd40bb7fb2537720a12fa5dcad4..0b5c59d3fae0df6048f7852f872557af5274f16b 100644 (file)
@@ -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)