X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=a6850ba0f22b2db576697bbdb849618386ab4eed;hp=e8db3acb43c3a6ce55f55909abc27af804de446d;hb=ffd6685f791f7e980cbada45ff66243c7b1aff76;hpb=c9dcda6ac488c0058ebd567e1f52e30b8cd0db20 diff --git a/src/bitboard.h b/src/bitboard.h index e8db3acb..a6850ba0 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -177,7 +177,7 @@ inline Bitboard in_front_bb(Color c, Rank r) { /// between_bb() returns a bitboard representing all squares between two squares. /// For instance, between_bb(SQ_C4, SQ_F7) returns a bitboard with the bits for -/// square d5 and e6 set. If s1 and s2 are not on the same line, file or diagonal, +/// square d5 and e6 set. If s1 and s2 are not on the same rank, file or diagonal, /// 0 is returned. inline Bitboard between_bb(Square s1, Square s2) {