X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=422565290a561991b61b96fbf2c4cb0f4709a8b3;hp=e7b9bdac3d77620f59b6087e3e58463e448b897b;hb=0a1f54975fe3cb59a5274cbfee51f5b53e64071b;hpb=bffe32f4fe66decd0aa1bd7e39f808c33b3e9410 diff --git a/src/position.cpp b/src/position.cpp index e7b9bdac..42256529 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -1008,7 +1008,7 @@ void Position::undo_null_move() { } -/// Position::key_after() computes the new hash key after the given moven. Needed +/// Position::key_after() computes the new hash key after the given move. Needed /// for speculative prefetch. It doesn't recognize special moves like castling, /// en-passant and promotions.