summaryrefslogtreecommitdiffstats
path: root/build2/cc/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/common.cxx')
-rw-r--r--build2/cc/common.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/common.cxx b/build2/cc/common.cxx
index 318a7f1b..5ccb1985 100644
--- a/build2/cc/common.cxx
+++ b/build2/cc/common.cxx
@@ -305,8 +305,8 @@ namespace build2
{
// This is something like -lpthread or shell32.lib so should be
// a valid path. But it can also be an absolute library path
- // (e.g., something that in the future will come from our
- // -static/-shared .pc files.
+ // (e.g., something that may come from our .static/shared.pc
+ // files).
//
if (proc_lib)
proc_lib (nullptr, n.value, 0, sys_simple (n.value));