X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftypes.h;h=581dc768274e22b5b5c1feadf58bbd1f5916c503;hb=431c3ac485386cc10413fc8a3c7d338dcc71602d;hp=94c291f6b5383bd9400e48471f1a1b8c70eb82e4;hpb=190aea4cdc6e8e165028803be846563da53f9330;p=stockfish diff --git a/src/types.h b/src/types.h index 94c291f6..581dc768 100644 --- a/src/types.h +++ b/src/types.h @@ -236,10 +236,10 @@ enum Rank { }; -/// The Score enum stores a midgame and an endgame value in a single integer +/// The Score enum stores a middlegame and an endgame value in a single integer /// (enum). The least significant 16 bits are used to store the endgame value -/// and the upper 16 bits are used to store the midgame value. The compiler is -/// free to choose the enum type as long as it can store the data, so we +/// and the upper 16 bits are used to store the middlegame value. The compiler +/// is free to choose the enum type as long as it can store the data, so we /// ensure that Score is an integer type by assigning some big int values. enum Score { SCORE_ZERO,