From: Fabian Keil Date: Fri, 29 Jan 2021 11:16:22 +0000 (+0100) Subject: decompress_iob(): Improve a comment X-Git-Tag: v_3_0_32~98 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=cb42d939b2679ba68cfb047c13ed9b21a5b4d249;p=privoxy.git decompress_iob(): Improve a comment --- diff --git a/parsers.c b/parsers.c index 08664093..0c99091e 100644 --- a/parsers.c +++ b/parsers.c @@ -709,7 +709,7 @@ jb_err decompress_iob(struct client_state *csp) /* * Next, we allocate new storage for the inflated data. * We don't modify the existing iob yet, so in case there - * is error in decompression we can recover gracefully. + * is an error in decompression we can recover gracefully. */ buf = zalloc(bufsize); if (NULL == buf)