]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Enhance some comments
[stockfish] / src / movepick.h
index dc171c9ff5ba45143e66d5207f4fd9286e3b0a8b..f058ff0ee888fe8899ea0dcc70bd128dfe02ef8c 100644 (file)
@@ -119,7 +119,7 @@ using PieceToHistory = Stats<int16_t, 29952, PIECE_NB, SQUARE_NB>;
 // (~63 elo)
 using ContinuationHistory = Stats<PieceToHistory, NOT_USED, PIECE_NB, SQUARE_NB>;
 
-// PawnStructureHistory is addressed by the pawn structure and a move's [piece][to]
+// PawnHistory is addressed by the pawn structure and a move's [piece][to]
 using PawnHistory = Stats<int16_t, 8192, PAWN_HISTORY_SIZE, PIECE_NB, SQUARE_NB>;
 
 // MovePicker class is used to pick one pseudo-legal move at a time from the