summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2017-07-06 12:11:37 +0200
committerEven Rouault <even.rouault@spatialys.com>2017-07-06 12:11:37 +0200
commit60f8ddf577b20ccbb3dc0559b624115b9ba522ba (patch)
treed568b89eda873226f041aff0f1c73a4ffc76fd47 /src/lib
parenta38c4496b631bb5d3f8d5ea42d394544523a9bc6 (diff)
Comment fix
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/openjp2/dwt.c4
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);