From c1e2e538098ebdd67c4e0db038bcf45ca6cc23c9 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 16 Feb 2010 19:58:07 +0100 Subject: [PATCH] Mhz->MHz --- src/util-cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-cuda.c b/src/util-cuda.c index 544516f1b6..d4ad757816 100644 --- a/src/util-cuda.c +++ b/src/util-cuda.c @@ -3966,7 +3966,7 @@ void SCCudaPrintBasicDeviceInfo(SCCudaDevices *devices) } for (i = 0; i < devices->count; i++) { - SCLogInfo("GPU Device %d: %s, %d Multiprocessors, %dMhz, CUDA Compute " + SCLogInfo("GPU Device %d: %s, %d Multiprocessors, %dMHz, CUDA Compute " "Capability %d.%d", i + 1, devices->devices[i]->name, devices->devices[i]->attr_multiprocessor_count,