Skip to content

Commit

Permalink
fix spelling error in docs
Browse files Browse the repository at this point in the history
Address the same issue in the mips code.
  • Loading branch information
rillian committed Sep 11, 2024
1 parent 935015f commit ff6dea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions silk/mips/NSQ_del_dec_mipsr1.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ static inline void silk_noise_shape_quantizer_del_dec(
/*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 ];
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];
Expand Down

0 comments on commit ff6dea5

Please sign in to comment.