From 8c27add5e95c19b18cb992ba160cc357640488aa Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 31 Aug 2017 19:35:23 +0200 Subject: [PATCH] Lizard: Fixed a typo in documentation. --- ucw/lizard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2