2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#1048] Addressed review comments

Corrected typo in commentary.
This commit is contained in:
Thomas Markwalder
2020-02-21 07:01:43 -05:00
parent 8b9d6f3315
commit 694e1af0df

View File

@@ -352,7 +352,7 @@ public:
return (result.str()); return (result.str());
#else #else
// In order to handle embedded nuls, we have to process it nul-terminated // In order to handle embedded nuls, we have to process it nul-terminated
// chunks. We iterator over the original data, doing pattern replacement // chunks. We iterate over the original data, doing pattern replacement
// on each chunk. // on each chunk.
const char* orig_data = original.data(); const char* orig_data = original.data();
const char* dead_end = orig_data + original.size(); const char* dead_end = orig_data + original.size();