]> git.sesse.net Git - stockfish/commitdiff
Fixed a couple of typos in a comment.
authorTord Romstad <tord@glaurungchess.com>
Wed, 30 Sep 2009 07:53:29 +0000 (09:53 +0200)
committerTord Romstad <tord@glaurungchess.com>
Wed, 30 Sep 2009 07:53:29 +0000 (09:53 +0200)
No functional change, of course.

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] = {