Navigation Menu

Skip to content

Commit

Permalink
Fix a comment in TTEntry::save
Browse files Browse the repository at this point in the history
Comment was slightly incorrect.

No functional change.
  • Loading branch information
mcostalba committed Oct 5, 2015
1 parent ca38358 commit dc3508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tt.h
Expand Up @@ -50,7 +50,7 @@ struct TTEntry {
// Don't overwrite more valuable entries
if ( (k >> 48) != key16
|| d > depth8 - 2
/* || g != (genBound8 & 0xFC) // Any matching keys are already refreshed by probe() */
/* || g != (genBound8 & 0xFC) // Matching non-zero keys are already refreshed by probe() */
|| b == BOUND_EXACT)
{
key16 = (uint16_t)(k >> 48);
Expand Down

0 comments on commit dc3508d

Please sign in to comment.