| Index: silk/float/find_pitch_lags_FLP.c
 | 
| diff --git a/silk/float/find_pitch_lags_FLP.c b/silk/float/find_pitch_lags_FLP.c
 | 
| index b3ade8fb29bbaf64e22b6dd714334aec63534d28..00862a6de0535410915e1068c0776beba610385c 100644
 | 
| --- a/silk/float/find_pitch_lags_FLP.c
 | 
| +++ b/silk/float/find_pitch_lags_FLP.c
 | 
| @@ -54,7 +54,7 @@ void silk_find_pitch_lags_FLP(
 | 
|      /******************************************/
 | 
|      buf_len = psEnc->sCmn.la_pitch + psEnc->sCmn.frame_length + psEnc->sCmn.ltp_mem_length;
 | 
|  
 | 
| -    /* Safty check */
 | 
| +    /* Safety check */
 | 
|      silk_assert( buf_len >= psEnc->sCmn.pitch_LPC_win_length );
 | 
|  
 | 
|      x_buf = x - psEnc->sCmn.ltp_mem_length;
 | 
| @@ -96,7 +96,7 @@ void silk_find_pitch_lags_FLP(
 | 
|      silk_k2a_FLP( A, refl_coef, psEnc->sCmn.pitchEstimationLPCOrder );
 | 
|  
 | 
|      /* Bandwidth expansion */
 | 
| -    silk_bwexpander_FLP( A, psEnc->sCmn.pitchEstimationLPCOrder, FIND_PITCH_BANDWITH_EXPANSION );
 | 
| +    silk_bwexpander_FLP( A, psEnc->sCmn.pitchEstimationLPCOrder, FIND_PITCH_BANDWIDTH_EXPANSION );
 | 
|  
 | 
|      /*****************************************/
 | 
|      /* LPC analysis filtering                */
 | 
| 
 |