Comment fix
authorEven Rouault <even.rouault@spatialys.com>
Thu, 6 Jul 2017 10:11:37 +0000 (12:11 +0200)
committerEven Rouault <even.rouault@spatialys.com>
Thu, 6 Jul 2017 10:11:37 +0000 (12:11 +0200)
src/lib/openjp2/dwt.c

index 6a418aa17bb1888c2640fb02b6e1e94040832493..f3994ca7b8451916d2b19a7f667ccd2690e9bed2 100644 (file)
@@ -398,7 +398,7 @@ static void  opj_idwt53_h_cas0(OPJ_INT32* tmp,
 
 #ifdef TWO_PASS_VERSION
     /* For documentation purpose: performs lifting in two iterations, */
-    /* but withtmp explicit interleaving */
+    /* but without explicit interleaving */
 
     assert(len > 1);
 
@@ -466,7 +466,7 @@ static void  opj_idwt53_h_cas1(OPJ_INT32* tmp,
 
 #ifdef TWO_PASS_VERSION
     /* For documentation purpose: performs lifting in two iterations, */
-    /* but withtmp explicit interleaving */
+    /* but without explicit interleaving */
 
     assert(len > 2);