diff options
| author | Mustapha Senhaji <moos@rockbox.org> | 2011-01-08 00:14:21 +0000 |
|---|---|---|
| committer | Mustapha Senhaji <moos@rockbox.org> | 2011-01-08 00:14:21 +0000 |
| commit | 958b638deff8080eb5d06719eb268e11f44f4d69 (patch) | |
| tree | 08107e430cdd67bff2886469820ab97dea67f91b /apps | |
| parent | e1eb3abee45bedf9b3f2d2ba4857a7876cdfb6f4 (diff) | |
| download | rockbox-958b638deff8080eb5d06719eb268e11f44f4d69.zip rockbox-958b638deff8080eb5d06719eb268e11f44f4d69.tar.gz rockbox-958b638deff8080eb5d06719eb268e11f44f4d69.tar.bz2 rockbox-958b638deff8080eb5d06719eb268e11f44f4d69.tar.xz | |
pitch detector: Fix a typo in a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29004 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/pitch_detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pitch_detector.c b/apps/plugins/pitch_detector.c index 4453eaf..9dbfab2 100644 --- a/apps/plugins/pitch_detector.c +++ b/apps/plugins/pitch_detector.c @@ -420,7 +420,7 @@ static void set_min_freq(int new_freq) settings.sample_size = (settings.sample_size + 3) & ~3; } -/* Displays the menu. Returns true iff the user selects 'quit'. */ +/* Displays the menu. Returns true if the user selects 'quit'. */ static bool main_menu(void) { int selection = 0; |