]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Perft counts leaf nodes not generated moves.
[stockfish] / src / uci.cpp
index 39270c6ff93697b1ff3206f4022637be613fecad..2dacd1c2f37b3b9a18a66c1d340d041342f4bb31 100644 (file)
@@ -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) {