From cb42d939b2679ba68cfb047c13ed9b21a5b4d249 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 29 Jan 2021 12:16:22 +0100 Subject: [PATCH] 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) -- 2.39.2