aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-08 11:36:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-08 11:36:06 +0200
commitf7479697d7dcb8c2fa780c263979ef25133dfc9b (patch)
tree65b24eb99053c865c828347bf1e27b598a4bb97e /build
parent29c3e3b8912b784d9e2e4a4bec4c2378c7ffef7a (diff)
Clarify comment
Diffstat (limited to 'build')
-rw-r--r--build/cxx/module.cxx4
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"])
{