X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbitboard.cpp;h=4847fcf533e68f6a5b30b79cd5944098d6aff4f9;hb=13a73f67c018e58b2fd46f886c45ef2b75188c8e;hp=84405411555430c30eb091f5a6243d611fb1a65a;hpb=500b9b0eb3b20ef58ff1280a089ab2ef1e3c6436;p=stockfish diff --git a/src/bitboard.cpp b/src/bitboard.cpp index 84405411..4847fcf5 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -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