aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/config/module.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/config/module.hxx')
-rw-r--r--libbuild2/config/module.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbuild2/config/module.hxx b/libbuild2/config/module.hxx
index ade75cd..5cb4faa 100644
--- a/libbuild2/config/module.hxx
+++ b/libbuild2/config/module.hxx
@@ -20,10 +20,10 @@ namespace build2
namespace config
{
// An ordered list of build system modules each with an ordered list of
- // list of config.* variables and their "save flags" (see save_variable())
- // that are used (as opposed to just being specified) in this
- // configuration. Populated by the config utility functions (required(),
- // optional()) and saved in the order populated.
+ // config.* variables and their "save flags" (see save_variable()) that
+ // are used (as opposed to just being specified) in this configuration.
+ // Populated by the config utility functions (required(), optional()) and
+ // saved in the order populated.
//
struct saved_variable
{