diff options
-rw-r--r-- | build2/cc/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/init.cxx b/build2/cc/init.cxx index 7669add..87a7b12 100644 --- a/build2/cc/init.cxx +++ b/build2/cc/init.cxx @@ -78,7 +78,7 @@ namespace build2 // v.insert<bool> ("cc.system"); - // C++ module name. Should be set on the bmi{} target by the matching + // C++ module name. Should be set on the bmi*{} target by the matching // rule. // v.insert<string> ("cc.module_name"); |