X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=0fe132d4a6fba23844ac346f15cb7b2e77cb3a6a;hp=b359d494e6d3b93a3092a541620cc3d8811c282c;hb=c714b90594cb7ec1fc9635c6e9abb15cef6d7095;hpb=aab5863dd42da0a8e493a2ffaca96319b3d19ebb diff --git a/src/material.cpp b/src/material.cpp index b359d494..0fe132d4 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -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(pos))