From b95fe77721b5d3f35d94e7f1292c9581034cd4bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Nov 2019 09:50:10 +0200 Subject: Cosmetic change --- libbuild2/parser.cxx | 4 ++-- 1 file 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. -- cgit v1.1