From c714b90594cb7ec1fc9635c6e9abb15cef6d7095 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Tue, 18 Mar 2014 18:35:03 +0100 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Spotted by Isaac Haïk Dunn. No functional change. --- src/material.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2