summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-19 23:53:04 -0400
committerJeffrey Walton <noloader@gmail.com>2021-03-19 23:53:04 -0400
commitcbf9597205db23ba40009fa5a24d334fd6d8c6d5 (patch)
tree4b1d7bdd72a16278d95b6eac3b4fc62388586915 /datatest.cpp
parent6c5e6fac0fb91dc7391780a26d3eb2e09d0c65b2 (diff)
downloadcryptopp-git-cbf9597205db23ba40009fa5a24d334fd6d8c6d5.tar.gz
Update comments
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp2
1 files changed, 1 insertions, 1 deletions
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);