diff options
| author | Steve Bavin <pondlife@pondlife.me> | 2009-06-17 11:30:34 +0000 |
|---|---|---|
| committer | Steve Bavin <pondlife@pondlife.me> | 2009-06-17 11:30:34 +0000 |
| commit | bb8244a17606e4b50b6232bb4679540d32ba7b8d (patch) | |
| tree | 6cd0b67a859cafda4f34fa30af35c81bb867ac47 /apps | |
| parent | 626494177615916fd51dbfb63e1456efd97fd316 (diff) | |
| download | rockbox-bb8244a17606e4b50b6232bb4679540d32ba7b8d.zip rockbox-bb8244a17606e4b50b6232bb4679540d32ba7b8d.tar.gz rockbox-bb8244a17606e4b50b6232bb4679540d32ba7b8d.tar.bz2 rockbox-bb8244a17606e4b50b6232bb4679540d32ba7b8d.tar.xz | |
Fix silly typo in comment, but nothing more.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |