From 5d9c20cf4110331099e5e8b2174daed93b2114ea Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Mon, 10 Aug 2020 12:12:51 +0300 Subject: [PATCH] [#1347] fixed comments --- src/lib/util/strutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.47.2