diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-23 15:37:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-23 15:37:13 +0200 |
commit | aca0c7906724b2c0b648c06604e60fc3164e6f6a (patch) | |
tree | d008ae715e903376ed8fa38486e1e69a3824029e | |
parent | 6d700e3601a3469981995fd364d1a1ff7f158e5e (diff) |
Expand comment
-rw-r--r-- | libbuild2/config/operation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/config/operation.cxx b/libbuild2/config/operation.cxx index 264eb93..535018e 100644 --- a/libbuild2/config/operation.cxx +++ b/libbuild2/config/operation.cxx @@ -154,8 +154,8 @@ namespace build2 // values are still lingering in config.build. They are probably // still valid and we should probably continue using them but we // definitely want to move them to our config.build since they - // will be dropped from the amalgamation's config.build. Let's - // also warn the user just in case. + // will be dropped from the amalgamation's config.build on the + // next reconfigure. Let's also warn the user just in case. // // There is also another case that falls under this now that // overrides are by default amalgamation-wide rather than just |