X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=6a51cb64da97bd1284bf161d4de8d87b96803bb8;hp=44700f815d8017a9f2539c3d64f4731b3028d3f6;hb=c97104e8540b72ee2c6c9c13d3773d2c0f9ec32f;hpb=5cacefe7c67b34dafe494e5155bce717289eeaf1 diff --git a/src/material.cpp b/src/material.cpp index 44700f81..6a51cb64 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -309,7 +309,7 @@ MaterialInfo* MaterialInfoTable::get_material_info(const Position& pos) { /// EndgameFunctions member definitions. This class is used to store the maps -/// of end game and scaling functions that MaterialInfoTable will query for +/// of end game and scaling functions that MaterialInfoTable will query for /// each key. The maps are constant and are populated only at construction, /// but are per-thread instead of globals to avoid expensive locks.