Skip to content

Commit 49db952

Browse files
committed
mctp-bench: Fix typo
Correct spelling of "Received:". Signed-off-by: Matt Johnston <[email protected]>
1 parent 7aa5d4b commit 49db952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mctp-bench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static void print_stats(struct recv_ctx *recv_ctx)
6262
{
6363
float throughput = get_throughput(recv_ctx->stats.total_received_len,
6464
recv_ctx->stats.elapsed_time);
65-
printf("Throughput: %.2f kB/s | Recevied: %lu msgs | "
65+
printf("Throughput: %.2f kB/s | Received: %lu msgs | "
6666
"Dropped: %lu msgs | "
6767
"Invalid: %lu msgs\n",
6868
throughput, recv_ctx->stats.msg_count,

0 commit comments

Comments
 (0)