From 0c2e969cfbe85548801eeb20ad8113969604892a Mon Sep 17 00:00:00 2001 From: drowe67 Date: Fri, 14 Jul 2023 10:58:22 +0930 Subject: manually fixed spelling errors from codec2 #406 --- src/mpdecode_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mpdecode_core.c') 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 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) -- cgit v1.2.3