]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Fix some comments
[stockfish] / src / position.cpp
index e7b9bdac3d77620f59b6087e3e58463e448b897b..422565290a561991b61b96fbf2c4cb0f4709a8b3 100644 (file)
@@ -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.