X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=5b77ddc2b30b7ceb03d4d3b5fa253db9493693aa;hp=a1eff233302982c1a6728da40c603075864dc5a2;hb=1574428f64d0368b943e6275c509e02af2047e7e;hpb=0118623495e2ef8a29cbe6ac76609521417490d2 diff --git a/src/material.cpp b/src/material.cpp index a1eff233..5b77ddc2 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -61,7 +61,7 @@ namespace { }; // Endgame evaluation and scaling functions are accessed directly and not through - // the function maps because they correspond to more then one material hash key. + // the function maps because they correspond to more than one material hash key. Endgame EvaluateKmmKm[] = { Endgame(WHITE), Endgame(BLACK) }; Endgame EvaluateKXK[] = { Endgame(WHITE), Endgame(BLACK) };