Fix a typo

Spotted by Isaac H. Dunn.

No functional change.
This commit is contained in:
Marco Costalba
2014-01-06 01:21:44 +01:00
parent 0118623495
commit 1574428f64

View File

@@ -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<KmmKm> EvaluateKmmKm[] = { Endgame<KmmKm>(WHITE), Endgame<KmmKm>(BLACK) };
Endgame<KXK> EvaluateKXK[] = { Endgame<KXK>(WHITE), Endgame<KXK>(BLACK) };