]> Cypherpunks repositories - gostls13.git/commitdiff
internal/trace/event: fix typo in comment
authorKoichi Shiraishi <zchee.io@gmail.com>
Fri, 31 May 2024 01:33:13 +0000 (10:33 +0900)
committerGopher Robot <gobot@golang.org>
Wed, 24 Jul 2024 15:39:19 +0000 (15:39 +0000)
Change-Id: Ia191daf8e748f17dcea6038166504fb50e7ddb0d
Reviewed-on: https://go-review.googlesource.com/c/go/+/589535
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/internal/trace/event/event.go

index adcb8811d8191edfe914e8d8346d30c378dadc52..9a9bf74c6afe598a624b8103ba221c86e9dd47cc 100644 (file)
@@ -4,7 +4,9 @@
 
 package event
 
-// Type is the common in-memory representation of the low-leve
+// Type indicates an event's type from which its arguments and semantics can be
+// derived. Its representation matches the wire format's representation of the event
+// types that precede all event data.
 type Type uint8
 
 // Spec is a specification for a trace event. It contains sufficient information