diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/openjp2/dwt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openjp2/dwt.c b/src/lib/openjp2/dwt.c index 6a418aa1..f3994ca7 100644 --- a/src/lib/openjp2/dwt.c +++ b/src/lib/openjp2/dwt.c @@ -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); |
