Skip to content

Commit

Permalink
Correct typo in blast.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 18, 2021
1 parent 53ce271 commit 506424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/blast/blast.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 506424c

Please sign in to comment.