diff options
Diffstat (limited to 'build2/target.ixx')
-rw-r--r-- | build2/target.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
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]); |