]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Fixed a couple of typos in a comment.
[stockfish] / src / evaluate.cpp
index a5868f504b0b827af8e7320b780f57e6a2c2f656..e83f792848d2aa4c8e2941fa6862709123b2005d 100644 (file)
@@ -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] = {