]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.cpp
Big assorted spelling fixes
[stockfish] / src / bitboard.cpp
index 84405411555430c30eb091f5a6243d611fb1a65a..4847fcf533e68f6a5b30b79cd5944098d6aff4f9 100644 (file)
@@ -80,8 +80,8 @@ namespace {
   }
 }
 
-/// 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.
 
 #ifndef USE_BSFQ