aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile.cxx')
-rw-r--r--build2/cc/compile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx
index 58dbe30..56122e8 100644
--- a/build2/cc/compile.cxx
+++ b/build2/cc/compile.cxx
@@ -882,8 +882,8 @@ namespace build2
else
{
// Note that we skip any target type-specific searches (like for
- // an existing file) and go straight for the target make since we
- // need to find the target explicitly spelled out.
+ // an existing file) and go straight for the target object since
+ // we need to find the target explicitly spelled out.
//
auto i (targets.find (*tt, d, out, n, e, trace));
r = i != targets.end () ? i->get () : nullptr;