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