aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/variable.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-03-12 08:23:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-03-12 08:23:01 +0200
commit1dbaaa16d0ea2c6af53f16ebb14c943fdd11bac4 (patch)
tree9dabc20c2d6365fb086b9939a58a6bf130d97c0f /libbuild2/variable.hxx
parent42257647f90d9180cfbc5b20f8b1b7a0ffef7e26 (diff)
Minor comment improvements
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r--libbuild2/variable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx
index 521606b..02df60b 100644
--- a/libbuild2/variable.hxx
+++ b/libbuild2/variable.hxx
@@ -472,7 +472,7 @@ namespace build2
vector_view<name>
reverse (value&, names& storage);
- // lookup
+ // Variable lookup result, AKA, binding of a name to a value.
//
// A variable can be undefined, NULL, or contain a (potentially empty)
// value.