summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2011-01-08 00:14:21 +0000
committerMustapha Senhaji <moos@rockbox.org>2011-01-08 00:14:21 +0000
commit958b638deff8080eb5d06719eb268e11f44f4d69 (patch)
tree08107e430cdd67bff2886469820ab97dea67f91b /apps
parente1eb3abee45bedf9b3f2d2ba4857a7876cdfb6f4 (diff)
downloadrockbox-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.c2
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;