]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.h
Improve grammar of comments
[stockfish] / src / bitboard.h
index dee73b4b3f70285016e601032cd4ed65738f65a8..eb2f949d5aa9efe2b588b1e3e90d3301d6716cd9 100644 (file)
@@ -209,7 +209,7 @@ template<> inline int distance<Square>(Square x, Square y) { return SquareDistan
 
 inline int edge_distance(File f) { return std::min(f, File(FILE_H - f)); }
 
-/// attacks_bb(Square) returns the pseudo attacks of the give piece type
+/// attacks_bb(Square) returns the pseudo attacks of the given piece type
 /// assuming an empty board.
 
 template<PieceType Pt>