]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Some code and comment cleanup
[stockfish] / src / position.h
index 0b2a0cca4e0f9afab86bbf667f0e4160947a6bb8..0d34aba44fe1c9e8fe74ba71dc4532e03f975cbc 100644 (file)
@@ -37,8 +37,8 @@ namespace PSQT {
   void init();
 }
 
-/// CheckInfo struct is initialized at c'tor time and keeps info used to detect
-/// if a move gives check.
+/// CheckInfo struct is initialized at constructor time and keeps info used to 
+/// detect if a move gives check.
 
 struct CheckInfo {