]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Stack offset changed from -5 to -4
[stockfish] / src / position.cpp
index 647f2bba69153dc2c71a1762f29506636c2ed239..9f5816d70b1326919867959e077329cb29215bcc 100644 (file)
@@ -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.