From c85faed1ee3205d99c1ec053fc5af28d59ac0ab3 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Fri, 9 May 2008 16:57:26 +0000 Subject: Change comment for clarity. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17431 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 81ea97fcd9..2cc000de17 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -375,7 +375,7 @@ static bool dbg_buffering_thread(void) if (ticks > 0) { - int boostquota = boost_ticks * 1000 / ticks; /* in °/oo */ + int boostquota = boost_ticks * 1000 / ticks; /* in 0.1 % */ int avgclock = freq_sum * 10 / ticks; /* in 100 kHz */ snprintf(buf, sizeof(buf), "boost ratio: %3d.%d%% (%2d.%dMHz)", boostquota/10, boostquota%10, avgclock/10, avgclock%10); -- cgit v1.2.3