]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Score unopposed weak pawns only if majors
[stockfish] / src / thread.cpp
index d095aefeb6a6f875746a67ab68d782e32d031e28..eb360869b53380510513ff134938f0ba515e5cb8 100644 (file)
@@ -111,7 +111,7 @@ void Thread::idle_loop() {
 
 
 /// ThreadPool::init() creates and launches the threads that will go
-/// immediately to sleep in idle_loop. We cannot use the c'tor because
+/// immediately to sleep in idle_loop. We cannot use the constructor because
 /// Threads is a static object and we need a fully initialized engine at
 /// this point due to allocation of Endgames in the Thread constructor.