From e415977b23ea95a833ce1967dac9f8e7fe255334 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 May 2019 12:52:12 +0200 Subject: Minor cleanups and clarifications --- build2/target.ixx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/target.ixx') diff --git a/build2/target.ixx b/build2/target.ixx index dcbea32..a2be81c 100644 --- a/build2/target.ixx +++ b/build2/target.ixx @@ -98,7 +98,7 @@ namespace build2 { // We go an extra step and short-circuit to the target state even if the // raw state is not group provided the recipe is group_recipe and the - // state is unknown (see mtime() for some ideas on why we do it). + // state is unknown (see mtime() for a discussion on why we do it). // const opstate& s (state[a]); -- cgit v1.1