| Index: silk/fixed/noise_shape_analysis_FIX.c
 | 
| diff --git a/silk/fixed/noise_shape_analysis_FIX.c b/silk/fixed/noise_shape_analysis_FIX.c
 | 
| index b0e35deb85c5e5a9c7481f59619fec3167fbdb4c..d230e48d84ee9264b962c5d14c6e538ede3b38a2 100644
 | 
| --- a/silk/fixed/noise_shape_analysis_FIX.c
 | 
| +++ b/silk/fixed/noise_shape_analysis_FIX.c
 | 
| @@ -199,7 +199,7 @@ void silk_noise_shape_analysis_FIX(
 | 
|      /*************************/
 | 
|      /* 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_Q8 = 0;
 | 
|      } else {
 | 
| 
 |