]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Big assorted spelling fixes
[stockfish] / src / thread.h
index 92f5ed33a168b9742c176055759b01cb78c2c6e7..040b8727192ae41fe690b6f13a0819a4f4265b6f 100644 (file)
@@ -151,7 +151,7 @@ struct TimerThread : public ThreadBase {
 
 
 /// ThreadPool struct handles all the threads related stuff like init, starting,
-/// parking and, the most important, launching a slave thread at a split point.
+/// parking and, most importantly, launching a slave thread at a split point.
 /// All the access to shared thread data is done through this class.
 
 struct ThreadPool : public std::vector<Thread*> {