From 3cf717c530a89cfd2ce50fe46e020fdf57ee7715 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Thu, 23 Sep 2010 16:42:00 +0200 Subject: [PATCH] Fix typo in stats_print_record --- tools/stats-ringbuffer-dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/stats-ringbuffer-dump.c b/tools/stats-ringbuffer-dump.c index b1bd713..9c50abd 100644 --- a/tools/stats-ringbuffer-dump.c +++ b/tools/stats-ringbuffer-dump.c @@ -118,7 +118,7 @@ static void stats_print_record(struct stats_record *rec) printf("%p %s %d %d %d %d %d %d %d %d %d\n", rec, buffer, rec->data.rx_packets, rec->data.tx_packets, - rec->data.tx_bytes, + rec->data.rx_bytes, rec->data.tx_bytes, rec->data.rx_errors, rec->data.tx_errors, -- 2.7.4