From 9643d7524ee905e09491b1bc558ee3d0f6e1d16f Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 8 May 2010 13:06:55 +0100 Subject: [PATCH] Fix an obsoleted descrption comment No functional change. Signed-off-by: Marco Costalba --- src/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.cpp b/src/search.cpp index eb2e358a..669302fc 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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 Value search(Position& pos, SearchStack ss[], Value alpha, Value beta, -- 2.39.2