aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/utility
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/utility')
-rw-r--r--build2/cc/utility3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/cc/utility b/build2/cc/utility
index bb7ed34..b1d07b8 100644
--- a/build2/cc/utility
+++ b/build2/cc/utility
@@ -41,7 +41,8 @@ namespace build2
// Given the link order return the library member (liba or libs) to link.
//
- // Note that the const version assumes you have already called non-const.
+ // Note that the const version assumes you have already called non-const
+ // (which does the search, if necessary).
//
target&
link_member (bin::lib&, lorder);