summaryrefslogtreecommitdiff
path: root/apps/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp.c')
-rw-r--r--apps/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index bbe5330..0bb3ac0 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -266,7 +266,7 @@ void sound_set_pitch(int permille)
static void tdspeed_setup(struct dsp_config *dspc)
{
- /* Assume timestretch will not not be used */
+ /* Assume timestretch will not be used */
dspc->tdspeed_active = false;
sample_buf = small_sample_buf;
resample_buf = small_resample_buf;