mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Big assorted spelling fixes
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
500b9b0eb3
commit
13a73f67c0
+3
-3
@@ -126,8 +126,8 @@ const string move_to_san(Position& pos, Move m) {
|
||||
{
|
||||
san = PieceToChar[WHITE][pt]; // Upper case
|
||||
|
||||
// Disambiguation if we have more then one piece of type 'pt' that can
|
||||
// reach 'to' with a legal move.
|
||||
// A disambiguation occurs if we have more then one piece of type 'pt'
|
||||
// that can reach 'to' with a legal move.
|
||||
others = b = (pos.attacks_from(pc, to) & pos.pieces(us, pt)) ^ from;
|
||||
|
||||
while (b)
|
||||
@@ -175,7 +175,7 @@ const string move_to_san(Position& pos, Move m) {
|
||||
|
||||
/// pretty_pv() formats human-readable search information, typically to be
|
||||
/// appended to the search log file. It uses the two helpers below to pretty
|
||||
/// format time and score respectively.
|
||||
/// format the time and score respectively.
|
||||
|
||||
static string time_to_string(int64_t msecs) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user