1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-07-11 11:39:15 +00:00

Fix a typo

Spotted by Isaac Haïk Dunn.

No functional change.
This commit is contained in:
Marco Costalba 2014-03-18 18:35:03 +01:00
parent aab5863dd4
commit c714b90594

View file

@ -174,7 +174,7 @@ Entry* probe(const Position& pos, Table& entries, Endgames& endgames) {
return e;
}
// Generic scaling functions that refer to more then one material
// Generic scaling functions that refer to more than one material
// distribution. They should be probed after the specialized ones.
// Note that these ones don't return after setting the function.
if (is_KBPsKs<WHITE>(pos))