diff options
Diffstat (limited to 'hardinfo2/arch/common/fib.h')
-rw-r--r-- | hardinfo2/arch/common/fib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hardinfo2/arch/common/fib.h b/hardinfo2/arch/common/fib.h index 493cfd0f..9f2d4e77 100644 --- a/hardinfo2/arch/common/fib.h +++ b/hardinfo2/arch/common/fib.h @@ -33,7 +33,7 @@ benchmark_fib(void) gdouble elapsed = 0; shell_view_set_enabled(FALSE); - shell_status_update("Calculating the 42<sup>th</sup> Fibonacci number..."); + shell_status_update("Calculating the 42nd Fibonacci number..."); g_timer_start(timer); fib(42); /* the answer? :) */ @@ -47,4 +47,3 @@ benchmark_fib(void) "<b>This Machine</b>=<b>%.2f</b>\n", elapsed); return benchmark_include_results(retval, "Fibonacci"); } - |