aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kölker <jonaskoelker@yahoo.com>2015-10-18 21:05:11 +0200
committerSimon Tatham <anakin@pobox.com>2015-10-21 22:03:04 +0100
commit67178751e923691e76b410dc90bea3cfb24ae7af (patch)
treeecb89b9f44e0ed0cc5249c69558bc4fe028c830d
parent44e2690abb523aa60558ca6326eaeb9ce6287454 (diff)
downloadpuzzles-67178751e923691e76b410dc90bea3cfb24ae7af.zip
puzzles-67178751e923691e76b410dc90bea3cfb24ae7af.tar.gz
puzzles-67178751e923691e76b410dc90bea3cfb24ae7af.tar.bz2
puzzles-67178751e923691e76b410dc90bea3cfb24ae7af.tar.xz
Fix a comment in Tents (it said 'tents' instead of 'trees').
-rw-r--r--tents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tents.c b/tents.c
index 6ad71ef..0d14839 100644
--- a/tents.c
+++ b/tents.c
@@ -1063,7 +1063,7 @@ static char *new_game_desc(const game_params *params_in, random_state *rs,
j = maxflow(w*h+2, w*h+1, w*h, nedges, edges, capacity, flow, NULL);
if (j < ntrees)
- continue; /* couldn't place all the tents */
+ continue; /* couldn't place all the trees */
/*
* We've placed the trees. Now we need to work out _where_