From: Razvan Becheriu Date: Mon, 10 Aug 2020 09:12:51 +0000 (+0300) Subject: [#1347] fixed comments X-Git-Tag: Kea-1.8.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d9c20cf4110331099e5e8b2174daed93b2114ea;p=thirdparty%2Fkea.git [#1347] fixed comments --- diff --git a/src/lib/util/strutil.cc b/src/lib/util/strutil.cc index eaf32c8c6e..286dde4f0c 100644 --- a/src/lib/util/strutil.cc +++ b/src/lib/util/strutil.cc @@ -362,7 +362,7 @@ public: return (result.str()); #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 // on each chunk. const char* orig_data = original.data();