aboutsummaryrefslogtreecommitdiff
path: root/build2/target-type
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-13 17:11:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-13 17:11:30 +0200
commit907a284e955e22de8e78c838a873b0889b33a945 (patch)
treeaacdd9369acbd0693301568d42f66445314d28ec /build2/target-type
parent53eb43126e562a43f4e8f2247af10da5c4c3c87f (diff)
Use extension derivation function rather than extension variable directly
Diffstat (limited to 'build2/target-type')
-rw-r--r--build2/target-type2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/target-type b/build2/target-type
index 6140ab1..378fd7c 100644
--- a/build2/target-type
+++ b/build2/target-type
@@ -31,7 +31,7 @@ namespace build2
// respectively. If the extension function returns NULL, then that means the
// default extension for this target could not be derived.
//
- // The extension function is used in two places: search_existing_file()
+ // The extension is primarily used in two places: search_existing_file()
// (called for a prerequisite) and in target::derive_path() (called for a
// target); see their implementations for details.
//