提交 6ab4775a 编写于 作者: A Andy Grunwald 提交者: antirez

Fixed typo in word avarege in result message of --intrinsic-latency analyzer

上级 b98ee12f
......@@ -1831,7 +1831,7 @@ static void intrinsicLatencyMode(void) {
if (end > test_end) {
printf("\n%lld total runs (avg %lld microseconds per run).\n",
runs, run_time/runs);
printf("Worst run took %.02fx times the avarege.\n",
printf("Worst run took %.02fx times the average.\n",
(double) max_latency / (run_time/runs));
exit(0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册