aboutsummaryrefslogtreecommitdiff
path: root/build2/variable.hxx
diff options
context:
space:
mode:
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.