From 907a284e955e22de8e78c838a873b0889b33a945 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 13 Aug 2016 17:11:30 +0200 Subject: Use extension derivation function rather than extension variable directly --- build2/target-type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/target-type') 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. // -- cgit v1.1