summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2010-09-23 16:42:00 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-09-23 23:42:25 +0900
commit3cf717c530a89cfd2ce50fe46e020fdf57ee7715 (patch)
tree3e66d030c7c819ec4d9221b13631a90214174e8a /tools
parent1aa99694d8d03882a26a6526774ee49a26778457 (diff)
downloadconnman-3cf717c530a89cfd2ce50fe46e020fdf57ee7715.tar.gz
connman-3cf717c530a89cfd2ce50fe46e020fdf57ee7715.tar.bz2
connman-3cf717c530a89cfd2ce50fe46e020fdf57ee7715.zip
Fix typo in stats_print_record
Diffstat (limited to 'tools')
-rw-r--r--tools/stats-ringbuffer-dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stats-ringbuffer-dump.c b/tools/stats-ringbuffer-dump.c
index b1bd7134..9c50abde 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,