X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.cpp;h=f3e094c6517c67fecc4b883e08f0d414105790ee;hp=2a57605e164fa0ceeb5c34f2e26bce6cc2af8a5b;hb=216972186ea861c99d3a7bccabfff842ef87933c;hpb=074c7a3c30dce46b65bc7deb15619a6a33ecf4a8 diff --git a/src/movepick.cpp b/src/movepick.cpp index 2a57605e..f3e094c6 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -300,7 +300,7 @@ void MovePicker::generate_next() { /// next_move() is the most important method of the MovePicker class. It returns /// a new pseudo legal move every time it is called, until there are no more moves /// left. It picks the move with the biggest score from a list of generated moves -/// taking care not returning the ttMove if it has already been searched previously. +/// taking care not to return the ttMove if it has already been searched. template<> Move MovePicker::next_move() {