From: Tord Romstad Date: Wed, 30 Sep 2009 07:53:29 +0000 (+0200) Subject: Fixed a couple of typos in a comment. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=237dd331d5c346af5bf305f27d259278405c7034;p=stockfish Fixed a couple of typos in a comment. No functional change, of course. --- diff --git a/src/evaluate.cpp b/src/evaluate.cpp index a5868f50..e83f7928 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -207,8 +207,8 @@ namespace { ((1ULL << SQ_A8) | (1ULL << SQ_H8)) }; - // The SpaceMask[color] contains area of the board which is consdered by - // the space evaluation. In the middle game, each side is given a bonus + // The SpaceMask[color] contains the area of the board which is consdered + // by the space evaluation. In the middle game, each side is given a bonus // based on how many squares inside this area are safe and available for // friendly minor pieces. const Bitboard SpaceMask[2] = {