aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/file.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/file.hxx')
-rw-r--r--libbuild2/file.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/file.hxx b/libbuild2/file.hxx
index 78be600..3bceb80 100644
--- a/libbuild2/file.hxx
+++ b/libbuild2/file.hxx
@@ -389,7 +389,8 @@ namespace build2
operator<< (ostream&, const pair<const exe*, import_kind>&);
// As import phase 2 but only imports as an already existing target. But
- // unlike it, this function can be called during the execute phase.
+ // unlike it, this function can be called during the load and execute
+ // phases.
//
// Note: similar to search_existing().
//