From: Pavel Charvat Date: Thu, 31 Aug 2017 17:35:23 +0000 (+0200) Subject: Lizard: Fixed a typo in documentation. X-Git-Tag: v6.5.4~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8c27add5e95c19b18cb992ba160cc357640488aa;p=libucw.git Lizard: Fixed a typo in documentation. --- diff --git a/ucw/lizard.h b/ucw/lizard.h index c3141ecc..19af4230 100644 --- a/ucw/lizard.h +++ b/ucw/lizard.h @@ -50,7 +50,7 @@ * every lossless compression algorithm must have an input for which it produces a larger * output). * - * Use this to compute the size of @out paramater of @lizard_compress(). + * Use this to compute the size of @out parameter of @lizard_compress(). **/ #define LIZARD_MAX_LEN(LENGTH) ((LENGTH) * LIZARD_MAX_MULTIPLY + LIZARD_MAX_ADD)