From 67178751e923691e76b410dc90bea3cfb24ae7af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20K=C3=B6lker?= Date: Sun, 18 Oct 2015 21:05:11 +0200 Subject: [PATCH] Fix a comment in Tents (it said 'tents' instead of 'trees'). --- tents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ -- 2.30.2