From: Jonas Kölker Date: Sun, 18 Oct 2015 19:05:11 +0000 (+0200) Subject: Fix a comment in Tents (it said 'tents' instead of 'trees'). X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=67178751e923691e76b410dc90bea3cfb24ae7af;p=sgt-puzzles.git Fix a comment in Tents (it said 'tents' instead of 'trees'). --- 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_