From bb8244a17606e4b50b6232bb4679540d32ba7b8d Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Wed, 17 Jun 2009 11:30:34 +0000 Subject: Fix silly typo in comment, but nothing more. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21318 a1c6a512-1295-4272-9138-f99709370657 --- apps/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/dsp.c b/apps/dsp.c index bbe53300d3..0bb3ac0748 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; -- cgit v1.2.3