2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[#1347] fixed comments

This commit is contained in:
Razvan Becheriu
2020-08-10 12:12:51 +03:00
parent 5da84d3b5b
commit 5d9c20cf41

View File

@@ -362,7 +362,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 in nul-terminated
// chunks. We iterate 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();