Update comments related after new see_ge()

Update comments according to changes from my patch: #822

No functional change.
This commit is contained in:
atumanian
2016-11-08 00:34:11 +02:00
committed by Marco Costalba
parent 61c727fdcb
commit 0fa80c9ba3
2 changed files with 2 additions and 3 deletions

View 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.