commit | a0748019f1e56c6e19b8156f62cd08fbd7960aa8 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Tue Nov 28 16:48:51 2017 +0200 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Tue Nov 28 16:48:51 2017 +0200 |
tree | 5bbb82c1975ad943703535d3b7d6c38d6e7c1550 | |
parent | 46cf773f2f50b7f7279f285e418ed5def7d91dfd [diff] [blame] |
Change KB to kB Change KB to kB, as this is the proper way to write kilo bytes
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index d88bc57..6b70b58 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c
@@ -126,7 +126,7 @@ CODE; \ } \ \ - mbedtls_printf( "%9lu KB/s, %9lu cycles/byte\n", \ + mbedtls_printf( "%9lu kB/s, %9lu cycles/byte\n", \ ii * BUFSIZE / 1024, \ ( mbedtls_timing_hardclock() - tsc ) / ( jj * BUFSIZE ) ); \ } while( 0 )