summaryrefslogtreecommitdiff
path: root/internal/event
diff options
context:
space:
mode:
Diffstat (limited to 'internal/event')
-rw-r--r--internal/event/pair.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/event/pair.go b/internal/event/pair.go
index c31fd90..1626e88 100644
--- a/internal/event/pair.go
+++ b/internal/event/pair.go
@@ -25,7 +25,7 @@ type Pair struct {
Comm string
Duration uint64
DurationToPrev uint64
- Bytes uint64 // Number of bytes transferred (read/write/transfer syscalls only)
+ Bytes uint64 // Number of bytes transferred (read/write/transfer syscalls only)
}
func NewPair(enterEv Event) *Pair {