]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Fix an obsoleted descrption comment
[stockfish] / src / search.cpp
index eb2e358a07d307e4386fe9db5f4d01725d0e7550..669302fcfa22997feaae32bf4f196fc077f64195 100644 (file)
@@ -1022,7 +1022,7 @@ namespace {
   }
 
 
-  // search_pv() is the main search function for PV nodes.
+  // search<>() is the main search function for both PV and non-PV nodes
 
   template <NodeType PvNode>
   Value search(Position& pos, SearchStack ss[], Value alpha, Value beta,