]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Some code and comment cleanup
[stockfish] / src / position.cpp
index c221c749e2fba989646170b9f62e68b038457e37..c432bb90e9f51fcf93d7f246a04b98916aeb4366 100644 (file)
@@ -84,7 +84,7 @@ PieceType min_attacker<KING>(const Bitboard*, Square, Bitboard, Bitboard&, Bitbo
 } // namespace
 
 
-/// CheckInfo c'tor
+/// CheckInfo constructor
 
 CheckInfo::CheckInfo(const Position& pos) {