ref: ff6dea5e1a72b8a2aeb7fc3656857d86a420ab89
parent: 935015f3554418c04772728f3c4bdef44973a2b3
author: Ralph Giles <giles@thaumas.net>
date: Wed Sep 11 07:44:17 EDT 2024
fix spelling error in docs Address the same issue in the mips code.
--- a/silk/mips/NSQ_del_dec_mipsr1.h
+++ b/silk/mips/NSQ_del_dec_mipsr1.h
@@ -86,7 +86,7 @@
/*Unused.*/
(void)arch;
- //Intialize b_Q14 variables
+ //Initialize b_Q14 variables
b_Q14_0 = b_Q14[ 0 ];
b_Q14_1 = b_Q14[ 1 ];
b_Q14_2 = b_Q14[ 2 ];
@@ -93,7 +93,7 @@
b_Q14_3 = b_Q14[ 3 ];
b_Q14_4 = b_Q14[ 4 ];
- //Intialize a_Q12 variables
+ //Initialize a_Q12 variables
a_Q12_0 = a_Q12[0];
a_Q12_1 = a_Q12[1];
a_Q12_2 = a_Q12[2];
--
⑨