Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Spotted by Isaac Haïk Dunn.

No functional change.
  • Loading branch information
mcostalba committed Mar 18, 2014
1 parent aab5863 commit c714b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material.cpp
Expand Up @@ -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))
Expand Down

0 comments on commit c714b90

Please sign in to comment.