We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa5d4b commit 49db952Copy full SHA for 49db952
src/mctp-bench.c
@@ -62,7 +62,7 @@ static void print_stats(struct recv_ctx *recv_ctx)
62
{
63
float throughput = get_throughput(recv_ctx->stats.total_received_len,
64
recv_ctx->stats.elapsed_time);
65
- printf("Throughput: %.2f kB/s | Recevied: %lu msgs | "
+ printf("Throughput: %.2f kB/s | Received: %lu msgs | "
66
"Dropped: %lu msgs | "
67
"Invalid: %lu msgs\n",
68
throughput, recv_ctx->stats.msg_count,
0 commit comments