diff options
Diffstat (limited to 'hardinfo2/arch/common/blowfish.h')
-rw-r--r-- | hardinfo2/arch/common/blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/common/blowfish.h b/hardinfo2/arch/common/blowfish.h index 6ece3b23..07160690 100644 --- a/hardinfo2/arch/common/blowfish.h +++ b/hardinfo2/arch/common/blowfish.h @@ -66,5 +66,5 @@ benchmark_fish(void) gchar *retval = g_strdup_printf("[Results <i>(in seconds; lower is better)</i>]\n" "<i>This Machine</i>=%.2f\n", elapsed); - return benchmark_include_results(retval, "Blowfish"); + return benchmark_include_results(retval, "CPU Blowfish"); } |