From f7479697d7dcb8c2fa780c263979ef25133dfc9b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Apr 2015 11:36:06 +0200 Subject: Clarify comment --- build/cxx/module.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/cxx') 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"]) { -- cgit v1.1