X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=2dacd1c2f37b3b9a18a66c1d340d041342f4bb31;hp=39270c6ff93697b1ff3206f4022637be613fecad;hb=e656ddcf18c887cd1f396dc2e433c001cd0bda11;hpb=1d0159075e916c738760b788d605b71b3736cb7c diff --git a/src/uci.cpp b/src/uci.cpp index 39270c6f..2dacd1c2 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -224,7 +224,7 @@ namespace { // perft() is called when engine receives the "perft" command. // The function calls perft() passing the required search depth - // then prints counted nodes and elapsed time. + // then prints counted leaf nodes and elapsed time. void perft(Position& pos, UCIParser& up) {