From 506424c6405d0cf7ea7b9c3316516676f259c665 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Sun, 17 Jan 2021 21:50:08 -0800 Subject: [PATCH] Correct typo in blast.c. --- contrib/blast/blast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/blast/blast.h b/contrib/blast/blast.h index 6cf65ed..ef8544c 100644 --- a/contrib/blast/blast.h +++ b/contrib/blast/blast.h @@ -57,7 +57,7 @@ int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow, * use by the application to pass an input descriptor to infun(), if desired. * * If left and in are not NULL and *left is not zero when blast() is called, - * then the *left bytes are *in are consumed for input before infun() is used. + * then the *left bytes at *in are consumed for input before infun() is used. * * The output function is invoked: err = outfun(how, buf, len), where the bytes * to be written are buf[0..len-1]. If err is not zero, then blast() returns -- 2.44.0