X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=9f5816d70b1326919867959e077329cb29215bcc;hp=647f2bba69153dc2c71a1762f29506636c2ed239;hb=dc4655e1f9b77910afc6521c1b87661389b44e06;hpb=c0bb0415394179e9c771cc96a9da6724fc14c167 diff --git a/src/position.cpp b/src/position.cpp index 647f2bba..9f5816d7 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -52,7 +52,7 @@ namespace { const string PieceToChar(" PNBRQK pnbrqk"); -// min_attacker() is a helper function used by see() to locate the least +// min_attacker() is a helper function used by see_ge() to locate the least // valuable attacker for the side to move, remove the attacker we just found // from the bitboards and scan for new X-ray attacks behind it.