summaryrefslogtreecommitdiff
path: root/src/lib/openmj2/mct.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-09-29 05:55:43 +0200
committerStefan Weil <sw@weilnetz.de>2015-09-29 05:55:43 +0200
commit99fc1ab306f9db0085adf648369404ce8aae22a9 (patch)
treee578bd00dd5fe582d12ecf14d35f09f0d937f3b2 /src/lib/openmj2/mct.c
parent838dfb8058df62af44905e1fa3936d989844effc (diff)
Fix typos in comments and string
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'src/lib/openmj2/mct.c')
-rw-r--r--src/lib/openmj2/mct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/openmj2/mct.c b/src/lib/openmj2/mct.c
index e507a781..0f926194 100644
--- a/src/lib/openmj2/mct.c
+++ b/src/lib/openmj2/mct.c
@@ -52,7 +52,7 @@ static const double mct_norms[3] = { 1.732, .8292, .8292 };
static const double mct_norms_real[3] = { 1.732, 1.805, 1.573 };
/* <summary> */
-/* Foward reversible MCT. */
+/* Forward reversible MCT. */
/* </summary> */
void mct_encode(
int* restrict c0,
@@ -105,7 +105,7 @@ double mct_getnorm(int compno) {
}
/* <summary> */
-/* Foward irreversible MCT. */
+/* Forward irreversible MCT. */
/* </summary> */
void mct_encode_real(
int* restrict c0,