From cbf9597205db23ba40009fa5a24d334fd6d8c6d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 19 Mar 2021 23:53:04 -0400 Subject: Update comments --- datatest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datatest.cpp') diff --git a/datatest.cpp b/datatest.cpp index 21b8bb04..252f99a7 100644 --- a/datatest.cpp +++ b/datatest.cpp @@ -1150,7 +1150,7 @@ bool GetField(std::istream &is, std::string &name, std::string &value) if (line.empty()) continue; - // Check end of line. It must be last character + // Check for continuation. The slash must be the last character. if (LastChar(line) == '\\') { continueLine = true; line.erase(line.end()-1); -- cgit v1.2.1