]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.h
Big assorted spelling fixes
[stockfish] / src / bitboard.h
index ecff5c3abd84a7ff5b6365ebf5329b4fcb09cef7..8154f574c6d7baedde7ccea8d50e94005db7fdfb 100644 (file)
@@ -265,8 +265,8 @@ inline Bitboard attacks_bb(Piece p, Square s, Bitboard occ) {
   }
 }
 
-/// lsb()/msb() finds the least/most significant bit in a nonzero bitboard.
-/// pop_lsb() finds and clears the least significant bit in a nonzero bitboard.
+/// lsb()/msb() finds the least/most significant bit in a non-zero bitboard.
+/// pop_lsb() finds and clears the least significant bit in a non-zero bitboard.
 
 #ifdef USE_BSFQ