summaryrefslogtreecommitdiffstats
path: root/build2/scope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scope.hxx')
-rw-r--r--build2/scope.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/build2/scope.hxx b/build2/scope.hxx
index 7bdddde2..a18794f2 100644
--- a/build2/scope.hxx
+++ b/build2/scope.hxx
@@ -218,11 +218,11 @@ namespace build2
const target_type*
find_target_type (const string&, const scope** = nullptr) const;
- // Given a name, figure out its type, taking into account extensions,
- // special names (e.g., '.' and '..'), or anything else that might be
- // relevant. Process the name (in place) by extracting (and returning)
- // extension, adjusting dir/leaf, etc., (note that the dir is not
- // necessarily normalized). Return NULL if not found.
+ // Given a target name, figure out its type, taking into account
+ // extensions, special names (e.g., '.' and '..'), or anything else that
+ // might be relevant. Process the name (in place) by extracting (and
+ // returning) extension, adjusting dir/leaf, etc., (note that the dir is
+ // not necessarily normalized). Return NULL if not found.
//
pair<const target_type*, optional<string>>
find_target_type (name&, const location&) const;