]> git.sesse.net Git - stockfish/blobdiff - src/tune.h
Fix typos in comments, adjust readme
[stockfish] / src / tune.h
index b5c715b3caa752f5b385a0c161e7776fed8d6d19..53d52a65b3bbcf9b55531035c241283dc24a17e1 100644 (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;