| Index: silk/fixed/find_pitch_lags_FIX.c
 | 
| diff --git a/silk/fixed/find_pitch_lags_FIX.c b/silk/fixed/find_pitch_lags_FIX.c
 | 
| index a323411e7306b1309f0be502ce885bf36c949fb4..39c3048710a28c6ae73a468ec50f620bf9634d83 100644
 | 
| --- a/silk/fixed/find_pitch_lags_FIX.c
 | 
| +++ b/silk/fixed/find_pitch_lags_FIX.c
 | 
| @@ -54,7 +54,7 @@ void silk_find_pitch_lags_FIX(
 | 
|      /******************************************/
 | 
|      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;
 | 
| @@ -101,7 +101,7 @@ void silk_find_pitch_lags_FIX(
 | 
|      }
 | 
|  
 | 
|      /* Do BWE */
 | 
| -    silk_bwexpander( A_Q12, psEnc->sCmn.pitchEstimationLPCOrder, SILK_FIX_CONST( FIND_PITCH_BANDWITH_EXPANSION, 16 ) );
 | 
| +    silk_bwexpander( A_Q12, psEnc->sCmn.pitchEstimationLPCOrder, SILK_FIX_CONST( FIND_PITCH_BANDWIDTH_EXPANSION, 16 ) );
 | 
|  
 | 
|      /*****************************************/
 | 
|      /* LPC analysis filtering                */
 | 
| 
 |