From: Marco Costalba Date: Mon, 6 Jan 2014 00:21:44 +0000 (+0100) Subject: Fix a typo X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=1574428f64d0368b943e6275c509e02af2047e7e;ds=sidebyside Fix a typo Spotted by Isaac H. Dunn. No functional change. --- 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) };