diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-01-27 07:10:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-01-27 08:39:31 +0200 |
commit | 365799c9874068179ad843439363ba2626693428 (patch) | |
tree | 2581f13e9eb40a0eb6bf8c650eb4de570994f825 | |
parent | 7391c5394c8376470bcf3544ac60550d5489dd2a (diff) |
Fix typo
-rw-r--r-- | libbuild2/config/utility.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/config/utility.hxx b/libbuild2/config/utility.hxx index 7774b68..b6a49da 100644 --- a/libbuild2/config/utility.hxx +++ b/libbuild2/config/utility.hxx @@ -31,7 +31,7 @@ namespace build2 // or not, including overrides). We also treat command line overrides // (inherited or not) as new. This flag is usually used to test that the // new value is valid, print report, etc. We return the value as lookup - // (always defined) to pass alone its location (could be used to detect + // (always defined) to pass along its location (could be used to detect // inheritance, etc). // // Note also that if save_flags has save_commented, then a default value |