1
0
mirror of https://github.com/golang/go synced 2024-11-26 06:38:00 -07:00

internal/trace/event: fix typo in comment

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>
This commit is contained in:
Koichi Shiraishi 2024-05-31 10:33:13 +09:00 committed by Gopher Robot
parent c5430dc1d8
commit 3637aa3e1e

View 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