]> git.lizzy.rs Git - zlib.git/blobdiff - contrib/blast/blast.h
Correct typo in blast.c.
[zlib.git] / contrib / blast / blast.h
index 6cf65eda16e5b8d506ee6aaa261c7a395bf743f7..ef8544c53b64ed02f0f51b39efeca7156c9bf477 100644 (file)
@@ -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