]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1347] fixed comments
authorRazvan Becheriu <razvan@isc.org>
Mon, 10 Aug 2020 09:12:51 +0000 (12:12 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 14 Aug 2020 18:43:59 +0000 (18:43 +0000)
src/lib/util/strutil.cc

index eaf32c8c6e0d747f7f65def13ced2a438acc270a..286dde4f0ce2c17898af539d6cb7ebee0b080970 100644 (file)
@@ -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();