diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-19 10:13:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-19 11:35:50 +0200 |
commit | 47ae21f6558f81ae7c13d143d297f61acae2b530 (patch) | |
tree | c9458eb0b0ef62feffd485a975286b372582c78e /libbuild2/parser.hxx | |
parent | 65ce598d17a662b4c8b9a8df02b619549c5824c3 (diff) |
Allow computed variables in depdb preamble similar to impure functions
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r-- | libbuild2/parser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx index c59b90e..5c9d16a 100644 --- a/libbuild2/parser.hxx +++ b/libbuild2/parser.hxx @@ -562,7 +562,7 @@ namespace build2 // Customization hooks. // protected: - // If qual is not empty, then firt element's pair member indicates the + // If qual is not empty, then first element's pair member indicates the // kind of qualification: // // '\0' -- target |