summaryrefslogtreecommitdiff
path: root/libopenjpeg/dwt.c
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2004-07-13 09:17:17 +0000
committerAntonin Descampe <antonin@gmail.com>2004-07-13 09:17:17 +0000
commitbc563fc5ba6e0369dc7da995e971b7077f4788a5 (patch)
treebe25510575befe169b98430087b80840d4a90cd8 /libopenjpeg/dwt.c
parentf50f66c0c9b00426ad85cbdb444b47b31f89171d (diff)
* Quantization bug fixed when using 9x7 DWT (comment keyword : quantizbug1)
* Multiplication bug fixed when dividing by 8192 (comment keyword : multbug1)
Diffstat (limited to 'libopenjpeg/dwt.c')
-rw-r--r--libopenjpeg/dwt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/dwt.c b/libopenjpeg/dwt.c
index 712d68ba..92d006ad 100644
--- a/libopenjpeg/dwt.c
+++ b/libopenjpeg/dwt.c
@@ -67,7 +67,7 @@ static int *b = NULL;
static int lastSizeOfB = 0;
/* <summary> */
-/* Claning memory. */
+/* Cleaning memory. */
/* </summary> */
void dwt_clean()