]> git.sesse.net Git - stockfish/blobdiff - src/movegen.cpp
Use 'moveCount' name also in RootSearch
[stockfish] / src / movegen.cpp
index 0abca95d3a81ec68374091b90fc2b16f29025e90..f688bfef67054c138a5d96c72ef3a1478150fb9f 100644 (file)
@@ -562,7 +562,7 @@ namespace {
 
         if (Type == CHECK)
         {
-            // Condider only pawn moves which give direct checks
+            // Consider only pawn moves which give direct checks
             b1 &= pos.attacks_from<PAWN>(ksq, Them);
             b2 &= pos.attacks_from<PAWN>(ksq, Them);