Fix some comments

No functional change.

Resolves #123
This commit is contained in:
hxim
2014-11-19 06:39:17 +08:00
committed by Gary Linscott
parent bffe32f4fe
commit 0a1f54975f
3 changed files with 4 additions and 5 deletions

View 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.