Skip to content
Snippets Groups Projects
Verified Commit ff6dea5e authored by Ralph Giles's avatar Ralph Giles
Browse files

fix spelling error in docs

Address the same issue in the mips code.
parent 935015f3
No related branches found
No related tags found
1 merge request!125Resolve "spelling error ""Intialize""
Pipeline #5398 passed
...@@ -86,14 +86,14 @@ static inline void silk_noise_shape_quantizer_del_dec( ...@@ -86,14 +86,14 @@ static inline void silk_noise_shape_quantizer_del_dec(
/*Unused.*/ /*Unused.*/
(void)arch; (void)arch;
//Intialize b_Q14 variables //Initialize b_Q14 variables
b_Q14_0 = b_Q14[ 0 ]; b_Q14_0 = b_Q14[ 0 ];
b_Q14_1 = b_Q14[ 1 ]; b_Q14_1 = b_Q14[ 1 ];
b_Q14_2 = b_Q14[ 2 ]; b_Q14_2 = b_Q14[ 2 ];
b_Q14_3 = b_Q14[ 3 ]; b_Q14_3 = b_Q14[ 3 ];
b_Q14_4 = b_Q14[ 4 ]; b_Q14_4 = b_Q14[ 4 ];
//Intialize a_Q12 variables //Initialize a_Q12 variables
a_Q12_0 = a_Q12[0]; a_Q12_0 = a_Q12[0];
a_Q12_1 = a_Q12[1]; a_Q12_1 = a_Q12[1];
a_Q12_2 = a_Q12[2]; a_Q12_2 = a_Q12[2];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment