summaryrefslogtreecommitdiff
path: root/usr.bin/tcpbench/tcpbench.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tcpbench/tcpbench.c')
-rw-r--r--usr.bin/tcpbench/tcpbench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c
index 485f7db9560..ac52f932c3f 100644
--- a/usr.bin/tcpbench/tcpbench.c
+++ b/usr.bin/tcpbench/tcpbench.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcpbench.c,v 1.69 2023/05/22 12:53:04 tobhe Exp $ */
+/* $OpenBSD: tcpbench.c,v 1.70 2024/03/21 16:46:04 bluhm Exp $ */
/*
* Copyright (c) 2008 Damien Miller <djm@mindrot.org>
@@ -132,7 +132,7 @@ static void wrapup(int);
*/
static struct {
struct timeval t_first; /* first connect / packet */
- unsigned long long total_bytes; /* bytes since t_first */
+ unsigned long long total_bytes; /* bytes since t_first */
unsigned long long n_slices; /* slices since start */
unsigned long long slice_bytes; /* bytes since slice reset */
long double peak_mbps; /* peak mbps so far */