X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=1ae6b892c8d4d245b18f4fb9d730c799a8d01d4a;hp=eb7666afd5142b85c624fabaeeba71b7dce04b77;hb=e656ddcf18c887cd1f396dc2e433c001cd0bda11;hpb=1d0159075e916c738760b788d605b71b3736cb7c diff --git a/src/search.cpp b/src/search.cpp index eb7666af..1ae6b892 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -318,8 +318,8 @@ void init_search() { } -/// perft() is our utility to verify move generation. All the legal moves up to -/// given depth are generated and counted and the sum returned. +/// perft() is our utility to verify move generation. All the leaf nodes up to +/// the given depth are generated and counted and the sum returned. int64_t perft(Position& pos, Depth depth) {