]> mj.ucw.cz Git - libucw.git/commitdiff
Lizard: Fixed a typo in documentation.
authorPavel Charvat <pchar@ucw.cz>
Thu, 31 Aug 2017 17:35:23 +0000 (19:35 +0200)
committerPavel Charvat <pchar@ucw.cz>
Thu, 31 Aug 2017 17:35:23 +0000 (19:35 +0200)
ucw/lizard.h

index c3141ecc32a03229a3f15571740354bcb35155ec..19af42303e48114bd77cd44894be511f49e94d5d 100644 (file)
@@ -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)