diff options
Diffstat (limited to 'libbuild2/config/module.cxx')
-rw-r--r-- | libbuild2/config/module.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/config/module.cxx b/libbuild2/config/module.cxx index 10ec833..f2fcb79 100644 --- a/libbuild2/config/module.cxx +++ b/libbuild2/config/module.cxx @@ -25,7 +25,7 @@ namespace build2 // if (i == sm.end ()) { - // @@ For now with 'config.' prefix. + // Note: with 'config.' prefix. // i = sm.insert (string (n, 0, n.find ('.', 7))).first; } |