X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fpsqtab.h;h=3a6b101585cc6628f2f226c04d7b1db46831ced3;hb=db4cd89cb889446fb349d0d93640b640b1b9a8a1;hp=ca39fe88ebe4a7e3c18ff820440d13c0befc68e6;hpb=7e95495b35ef84a87fa6be34639a5f96e67972b0;p=stockfish diff --git a/src/psqtab.h b/src/psqtab.h index ca39fe88..3a6b1015 100644 --- a/src/psqtab.h +++ b/src/psqtab.h @@ -25,7 +25,7 @@ #define S(mg, eg) make_score(mg, eg) -/// PSQT[PieceType][Square] contains Piece-Square scores. For each piece type on +/// PSQT[Piece][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.