[iagno] Fix wrong comment
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Fix wrong comment
- Date: Mon, 25 Aug 2014 16:53:28 +0000 (UTC)
commit 2ea1fb41fc5296beb19213c614932435d2a9abde
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Aug 25 11:52:12 2014 -0500
Fix wrong comment
src/computer-player.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/computer-player.vala b/src/computer-player.vala
index 8186709..457aeea 100644
--- a/src/computer-player.vala
+++ b/src/computer-player.vala
@@ -99,7 +99,7 @@ public class ComputerPlayer : Object
requires (p == 1 || p == -1)
requires (a < b)
{
- /* If the end of the search depth or end of the game calculate how good a result this is */
+ /* End of the search, calculate how good a result this is */
if (depth == 0)
return calculate_heuristic (g, strategy);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]