aboutsummaryrefslogtreecommitdiff
path: root/build2/target-type
diff options
context:
space:
mode:
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.
//