mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
11 lines
350 B
C
11 lines
350 B
C
--- scimark4.c.orig 2018-07-29 20:02:32 UTC
|
|
+++ scimark4.c
|
|
@@ -106,7 +106,7 @@ int main(int argc, char *argv[])
|
|
|
|
|
|
print_banner();
|
|
- printf("Using %10.2f seconds min time per kenel.", min_time);
|
|
+ printf("Using %10.2f seconds min time per kernel.", min_time);
|
|
if (huge_flag)
|
|
{
|
|
printf(" Approx. problem size: %d (MB)", atoi(argv[2]));
|