mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Change KB to kB
Change KB to kB, as this is the proper way to write kilo bytes
This commit is contained in:
@@ -229,7 +229,7 @@ do { \
|
||||
CODE; \
|
||||
} \
|
||||
\
|
||||
mbedtls_printf( "%9lu KB/s, %9lu cycles/byte\r\n", \
|
||||
mbedtls_printf( "%9lu kB/s, %9lu cycles/byte\r\n", \
|
||||
i * BUFSIZE / 1024, \
|
||||
( mbedtls_timing_hardclock() - tsc ) / ( j * BUFSIZE ) ); \
|
||||
} while( 0 )
|
||||
|
||||
Reference in New Issue
Block a user