aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r--libbuild2/parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx
index cae336e..533853c 100644
--- a/libbuild2/parser.cxx
+++ b/libbuild2/parser.cxx
@@ -287,8 +287,8 @@ namespace build2
{
tracer trace ("parser::parse_clause", &path_);
- // clause() should always stop at a token that is at the beginning of
- // the line (except for eof). That is, if something is called to parse
+ // parse_clause() should always stop at a token that is at the beginning
+ // of the line (except for eof). That is, if something is called to parse
// a line, it should parse it until newline (or fail). This is important
// for if-else blocks, directory scopes, etc., that assume the '}' token
// they see is on the new line.