projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc24c11
)
decompress_iob(): Improve a comment
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 29 Jan 2021 11:16:22 +0000
(12:16 +0100)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 3 Feb 2021 10:56:50 +0000
(11:56 +0100)
parsers.c
patch
|
blob
|
history
diff --git
a/parsers.c
b/parsers.c
index
0866409
..
0c99091
100644
(file)
--- 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)