X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsyzygy%2Ftbprobe.h;h=cf61b7675909bbb06957d5a93aa46d578cc14275;hp=56734af9bdc6227d0bb68a7804d10b54ebb82003;hb=4b86ef8c4f8755850b38f2eca026cb9da20c4d01;hpb=64f21ecdae0402bfde4e9f4e61097c99bcae343e;ds=sidebyside diff --git a/src/syzygy/tbprobe.h b/src/syzygy/tbprobe.h index 56734af9..cf61b767 100644 --- a/src/syzygy/tbprobe.h +++ b/src/syzygy/tbprobe.h @@ -38,7 +38,7 @@ enum WDLScore { // 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) };