diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-23 10:27:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-11-23 10:27:21 +0200 |
commit | 8f8c78d8fd6984f53846b2057f0306d9d157b0b3 (patch) | |
tree | aac091bbd6c8ee672b89b316845bc653f5b1baff | |
parent | 77bec2b75e8c84a790d4f82837e6261d1bdaafe8 (diff) |
Minor change
-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"); |