diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-05 09:50:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-05 09:50:10 +0200 |
commit | b95fe77721b5d3f35d94e7f1292c9581034cd4bd (patch) | |
tree | e4dcf4de6b7a7abcb0b8d7263f9868e26ab467cb /libbuild2/parser.cxx | |
parent | 292907f90d39211bcf41d6511baf051013fa11e9 (diff) |
Cosmetic change
Diffstat (limited to 'libbuild2/parser.cxx')
-rw-r--r-- | libbuild2/parser.cxx | 4 |
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. |