| Index: silk/float/residual_energy_FLP.c
 | 
| diff --git a/silk/float/residual_energy_FLP.c b/silk/float/residual_energy_FLP.c
 | 
| index 4fa0e677f3f1fafff259ee23f5393266899745ad..e65457ab85896cf5c8dc086fdbf3530ced8afe92 100644
 | 
| --- a/silk/float/residual_energy_FLP.c
 | 
| +++ b/silk/float/residual_energy_FLP.c
 | 
| @@ -87,7 +87,7 @@ silk_float silk_residual_energy_covar_FLP(                              /* O
 | 
|  }
 | 
|  
 | 
|  /* Calculates residual energies of input subframes where all subframes have LPC_order   */
 | 
| -/* of preceeding samples                                                                */
 | 
| +/* of preceding samples                                                                 */
 | 
|  void silk_residual_energy_FLP(
 | 
|      silk_float                      nrgs[ MAX_NB_SUBFR ],               /* O    Residual energy per subframe                */
 | 
|      const silk_float                x[],                                /* I    Input signal                                */
 | 
| 
 |