aboutsummaryrefslogtreecommitdiff
path: root/src/mpdecode_core.c
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 10:58:22 +0930
committerDavid Rowe <[email protected]>2023-07-14 10:58:22 +0930
commit0c2e969cfbe85548801eeb20ad8113969604892a (patch)
tree3d14c471174eec69ea14dbe8bf86c7411b8c42a1 /src/mpdecode_core.c
parent6588e77f38bdebd7adffe091b22e7760d95d0ccb (diff)
manually fixed spelling errors from codec2 #406
Diffstat (limited to 'src/mpdecode_core.c')
-rw-r--r--src/mpdecode_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpdecode_core.c b/src/mpdecode_core.c
index 1392b2f..296d659 100644
--- a/src/mpdecode_core.c
+++ b/src/mpdecode_core.c
@@ -38,7 +38,7 @@ static COMP S_matrix[] = {
// c_nodes will be an array of NumberParityBits of struct c_node
// Each c_node contains an array of <degree> c_sub_node elements
-// This structure reduces the indexing caluclations in SumProduct()
+// This structure reduces the indexing calclations in SumProduct()
struct c_sub_node { // Order is important here to keep total size small.
uint16_t index; // Values from H_rows (except last 2 entries)