From c19e93f76ccd2d86a75acdafa4702339fed014a0 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Fri, 19 Jan 2007 16:20:51 +0000 Subject: SyncManager finally working... we need to cleanup the code now :( --- hardinfo2/arch/common/md5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/arch/common/md5.h') diff --git a/hardinfo2/arch/common/md5.h b/hardinfo2/arch/common/md5.h index 4bfc8e6e..601eef94 100644 --- a/hardinfo2/arch/common/md5.h +++ b/hardinfo2/arch/common/md5.h @@ -63,6 +63,6 @@ benchmark_md5(void) gchar *retval = g_strdup_printf("[Results]\n" "This Machine=%.2f MiB/s\n", 312.0 / elapsed); - return benchmark_include_results_reverse(retval, "MD5"); + return benchmark_include_results_reverse(retval, "CPU MD5"); } -- cgit v1.2.3