[Privoxy-commits] [privoxy] 09/12: decompress_iob(): Improve a comment
User Git
git at git.privoxy.org
Wed Feb 3 10:57:00 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit cb42d939b2679ba68cfb047c13ed9b21a5b4d249
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Fri Jan 29 12:16:22 2021 +0100
decompress_iob(): Improve a comment
---
parsers.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list