From dc3508d157118cbda500bb42595575105a4602e5 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Fri, 2 Oct 2015 11:45:39 +0200 Subject: [PATCH] Fix a comment in TTEntry::save Comment was slightly incorrect. No functional change. --- src/tt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tt.h b/src/tt.h index dd667841..a983805b 100644 --- a/src/tt.h +++ b/src/tt.h @@ -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); -- 2.39.2