aboutsummaryrefslogtreecommitdiff
path: root/build2/variable.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-26 22:23:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-27 19:23:16 +0300
commit9a3a8d1915c8a3666984d6603606af856dfd8c41 (patch)
tree387af88de60f908ce248ae215b722f5a907564b9 /build2/variable.hxx
parentf65377448e74fc7e575e4df258fb0a48a09e39cc (diff)
Add support for regex function family
Diffstat (limited to 'build2/variable.hxx')
-rw-r--r--build2/variable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/variable.hxx b/build2/variable.hxx
index 19a6c69..f0218fe 100644
--- a/build2/variable.hxx
+++ b/build2/variable.hxx
@@ -263,7 +263,7 @@ namespace build2
bool operator>= (const value&, const value&);
// Value cast. The first three expect the value to be not NULL. The cast
- // from lookup expects the value to aslo be defined.
+ // from lookup expects the value to also be defined.
//
// Note that a cast to names expects the value to be untyped while a cast
// to vector<names> -- typed.