Skip to content

Commit ff6dea5

Browse files
committed
fix spelling error in docs
Address the same issue in the mips code.
1 parent 935015f commit ff6dea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

silk/mips/NSQ_del_dec_mipsr1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ static inline void silk_noise_shape_quantizer_del_dec(
8686
/*Unused.*/
8787
(void)arch;
8888

89-
//Intialize b_Q14 variables
89+
//Initialize b_Q14 variables
9090
b_Q14_0 = b_Q14[ 0 ];
9191
b_Q14_1 = b_Q14[ 1 ];
9292
b_Q14_2 = b_Q14[ 2 ];
9393
b_Q14_3 = b_Q14[ 3 ];
9494
b_Q14_4 = b_Q14[ 4 ];
9595

96-
//Intialize a_Q12 variables
96+
//Initialize a_Q12 variables
9797
a_Q12_0 = a_Q12[0];
9898
a_Q12_1 = a_Q12[1];
9999
a_Q12_2 = a_Q12[2];

0 commit comments

Comments
 (0)