Tidy up comments in uci.cpp

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-12-03 10:41:50 +01:00
parent 0f7cbaca75
commit 348f824104
3 changed files with 28 additions and 42 deletions

View File

@@ -680,7 +680,7 @@ namespace {
{
// If we are allowed to ponder do not stop the search now but
// keep pondering until GUI sends "ponderhit" or "stop".
if (Limits.ponder) // FIXME racing
if (Limits.ponder)
Signals.stopOnPonderhit = true;
else
Signals.stop = true;