diff options
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r-- | libbuild2/variable.hxx | 2 |
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. |