From 958b638deff8080eb5d06719eb268e11f44f4d69 Mon Sep 17 00:00:00 2001 From: Mustapha Senhaji Date: Sat, 8 Jan 2011 00:14:21 +0000 Subject: pitch detector: Fix a typo in a comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29004 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pitch_detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') 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; -- cgit v1.1