| Index: silk/float/noise_shape_analysis_FLP.c
 | 
| diff --git a/silk/float/noise_shape_analysis_FLP.c b/silk/float/noise_shape_analysis_FLP.c
 | 
| index 1c203b37a089a3ffa2a849121c2bc679dfb5b1cf..33bfd20d134ad5404dc57b612feeb159d8f2cbe4 100644
 | 
| --- a/silk/float/noise_shape_analysis_FLP.c
 | 
| +++ b/silk/float/noise_shape_analysis_FLP.c
 | 
| @@ -174,7 +174,7 @@ void silk_noise_shape_analysis_FLP(
 | 
|      /*************************/
 | 
|      /* Set quantizer offset */
 | 
|      if( psEnc->sCmn.indices.signalType == TYPE_VOICED ) {
 | 
| -        /* Initally set to 0; may be overruled in process_gains(..) */
 | 
| +        /* Initially set to 0; may be overruled in process_gains(..) */
 | 
|          psEnc->sCmn.indices.quantOffsetType = 0;
 | 
|          psEncCtrl->sparseness = 0.0f;
 | 
|      } else {
 | 
| 
 |