diff options
Diffstat (limited to 'flow/gsl/gslosctable.c')
-rw-r--r-- | flow/gsl/gslosctable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flow/gsl/gslosctable.c b/flow/gsl/gslosctable.c index ea43e89..b978668 100644 --- a/flow/gsl/gslosctable.c +++ b/flow/gsl/gslosctable.c @@ -272,7 +272,7 @@ cache_table_ref_entry (GslOscWaveForm wave_form, gfloat *values, *fft, step, min, max; /* size: - * - OscTableEntry already tqcontains the first float values + * - OscTableEntry already contains the first float values * - we need n_values+1 adressable floats to provide values[0] == values[n_values] */ e = g_malloc (sizeof (OscTableEntry) + sizeof (gfloat) * size); |