decompress_iob(): Improve a comment
authorFabian Keil <fk@fabiankeil.de>
Fri, 29 Jan 2021 11:16:22 +0000 (12:16 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 3 Feb 2021 10:56:50 +0000 (11:56 +0100)
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)