]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.h
Fix typos in comments, adjust readme
[stockfish] / src / syzygy / tbprobe.h
index 56734af9bdc6227d0bb68a7804d10b54ebb82003..cf61b7675909bbb06957d5a93aa46d578cc14275 100644 (file)
@@ -38,7 +38,7 @@ enum WDLScore {
 // Possible states after a probing operation
 enum ProbeState {
     FAIL              =  0, // Probe failed (missing file table)
 // Possible states after a probing operation
 enum ProbeState {
     FAIL              =  0, // Probe failed (missing file table)
-    OK                =  1, // Probe succesful
+    OK                =  1, // Probe successful
     CHANGE_STM        = -1, // DTZ should check the other side
     ZEROING_BEST_MOVE =  2  // Best move zeroes DTZ (capture or pawn move)
 };
     CHANGE_STM        = -1, // DTZ should check the other side
     ZEROING_BEST_MOVE =  2  // Best move zeroes DTZ (capture or pawn move)
 };