]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Fix bench number
[stockfish] / src / evaluate.cpp
index 7d5d435a547fe16d4fcb987f0814ad12c4733da1..ac0bf8cce9cc81571873889c3e5714b670cd0f47 100644 (file)
@@ -486,7 +486,7 @@ namespace {
                      -   9 * mg_value(score) / 8
                      +  40;
 
                      -   9 * mg_value(score) / 8
                      +  40;
 
-        // Transform the kingDanger units into a Score, and substract it from the evaluation.
+        // Transform the kingDanger units into a Score, and substract it from the evaluation
         if (kingDanger > 0)
         {
             int mobilityDanger = mg_value(mobility[Them] - mobility[Us]);
         if (kingDanger > 0)
         {
             int mobilityDanger = mg_value(mobility[Them] - mobility[Us]);