Fix typos in comments, adjust readme

closes https://github.com/official-stockfish/Stockfish/pull/3822

also adjusts readme as requested in https://github.com/official-stockfish/Stockfish/pull/3816

No functional change
This commit is contained in:
Michael Ortmann
2021-11-30 21:01:34 +01:00
committed by Joost VandeVondele
parent 64f21ecdae
commit 4b86ef8c4f
6 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class Tune {
static Tune& instance() { static Tune t; return t; } // Singleton
// Use polymorphism to accomodate Entry of different types in the same vector
// Use polymorphism to accommodate Entry of different types in the same vector
struct EntryBase {
virtual ~EntryBase() = default;
virtual void init_option() = 0;