[iagno] Fix wrong comment



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]