aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/types.hxx')
-rw-r--r--build2/cc/types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/types.hxx b/build2/cc/types.hxx
index d50c067..db12356 100644
--- a/build2/cc/types.hxx
+++ b/build2/cc/types.hxx
@@ -96,7 +96,7 @@ namespace build2
//
using lflags = uintptr_t; // To match prerequisite_target::data.
- const lflags lflag_whole = 0x00000001U; // Link whole liba{}/libux{}.
+ const lflags lflag_whole = 0x00000001U; // Link whole liba{}/libu*}.
}
}