]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/lizard.c
Opt: tests for OPT_MULTIPLE
[libucw.git] / ucw / lizard.c
index 56d653df4b103ef206c21164bebbb509fd496f1e..d819a96b78f235b79989fbc0f7ffaafe655d06a8 100644 (file)
@@ -295,7 +295,7 @@ lizard_decompress(const byte *in, byte *out)
   /* Requires out being allocated for the decompressed length must be known
    * beforehand.  It is desirable to lock the following memory page for
    * read-only access to prevent buffer overflow.  Returns the actual
-   * decompressed length or a negative number when an error has occured.  */
+   * decompressed length or a negative number when an error has occurred.  */
 {
   byte *out_start = out;
   uns expect_copy_command = 1;