diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-08 11:36:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-08 11:36:06 +0200 |
commit | f7479697d7dcb8c2fa780c263979ef25133dfc9b (patch) | |
tree | 65b24eb99053c865c828347bf1e27b598a4bb97e /build/cxx | |
parent | 29c3e3b8912b784d9e2e4a4bec4c2378c7ffef7a (diff) |
Clarify comment
Diffstat (limited to 'build/cxx')
-rw-r--r-- | build/cxx/module.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/cxx/module.cxx b/build/cxx/module.cxx index 435e54c..2bfdc41 100644 --- a/build/cxx/module.cxx +++ b/build/cxx/module.cxx @@ -105,8 +105,8 @@ namespace build // These are optional so all we need to do is "import" them // into the root scope if they were specified on the command // line and set them to empty if unspecified (the last part - // is important for the "configured as undefined" vs - // "unconfigured" logic). + // is important to distinguish between the "configured as + // undefined" and "not configured" cases). // if (auto val = root["config.cxx.poptions"]) { |