From 4350a66ffa47018cdbe1a825fdda4dbc2af605a0 Mon Sep 17 00:00:00 2001 From: Nikolay Kostov Date: Mon, 12 Nov 2018 22:15:17 +0200 Subject: [PATCH] Update a comment in the evaluate.cpp file to reflect recent change No functional change --- src/evaluate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 0f89a05a..613f8926 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -415,7 +415,7 @@ namespace { Score score = pe->king_safety(pos); // Find the squares that opponent attacks in our king flank, and the squares - // which are attacked twice in that flank but not defended by our pawns. + // which are attacked twice in that flank. kingFlank = KingFlank[file_of(ksq)]; b1 = attackedBy[Them][ALL_PIECES] & kingFlank & Camp; b2 = b1 & attackedBy2[Them]; -- 2.39.2