diff options
Diffstat (limited to 'libbuild2/bin/target.cxx')
-rw-r--r-- | libbuild2/bin/target.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/bin/target.cxx b/libbuild2/bin/target.cxx index a8f3bf0..bf701c9 100644 --- a/libbuild2/bin/target.cxx +++ b/libbuild2/bin/target.cxx @@ -83,7 +83,7 @@ namespace build2 // running serial. For the members it is also safe to set the group during // creation. - // obj*{} and [h]bmi*{} member factory. + // obj*{}, lib*{}, and [h]bmi*{} member factory. // template <typename M, typename G> static target* |