X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpsqtab.h;h=1859428074a86d4d3a63954e38c48a16ae833ed9;hp=f45442dabb1d3e8a33ce9ee2352d14e8f00c740b;hb=f5727deee3823accf791984836f45db78e3a53e5;hpb=002062ae934c1fae3e56157e8e7e6451b552ada5 diff --git a/src/psqtab.h b/src/psqtab.h index f45442da..18594280 100644 --- a/src/psqtab.h +++ b/src/psqtab.h @@ -26,8 +26,8 @@ /// PSQT[PieceType][Square] contains Piece-Square scores. For each piece type on -/// a given square a (midgame, endgame) score pair is assigned. PSQT is defined -/// for white side, for black side the tables are symmetric. +/// a given square a (middlegame, endgame) score pair is assigned. PSQT is defined +/// for the white side and the tables are symmetric for the black side. static const Score PSQT[][SQUARE_NB] = { { },