aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/scimark2c/files/patch-scimark2.c
blob: e28bade3b163a965db01586af40b36823301e408 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- scimark2.c.orig	Sat Apr 29 06:21:12 2000
+++ scimark2.c	Sat Apr  5 23:13:45 2003
@@ -58,7 +58,7 @@
 
 	
 		print_banner();
-		printf("Using %10.2f seconds min time per kenel.\n", min_time);
+		printf("Using %10.2f seconds min time per kernel.\n", min_time);
 
         res[1] = kernel_measureFFT( FFT_size, min_time, R);   
         res[2] = kernel_measureSOR( SOR_size, min_time, R);