blob: 8810e9a1b3b461f042bdfbcb7789e56821e376ad (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- scimark2.c.orig 2006-07-25 20:11:47 UTC
+++ scimark2.c
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
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);
|