From 237dd331d5c346af5bf305f27d259278405c7034 Mon Sep 17 00:00:00 2001 From: Tord Romstad Date: Wed, 30 Sep 2009 09:53:29 +0200 Subject: [PATCH] Fixed a couple of typos in a comment. No functional change, of course. --- src/evaluate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] = { -- 2.39.2