]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Small improvment to Position::fen()
[stockfish] / src / search.cpp
index 630c8ea28d206a2e9a884dcb3afaac774b4311b4..3d154889514c25529e61ea14800266c0198a931f 100644 (file)
@@ -359,7 +359,7 @@ namespace {
                     RootMoves[i].insert_pv_in_tt(pos);
 
                 // If search has been stopped break immediately. Sorting and
-                // writing PV back to TT is safe becuase RootMoves is still
+                // writing PV back to TT is safe because RootMoves is still
                 // valid, although it refers to previous iteration.
                 if (Signals.stop)
                     break;