mirror of
https://github.com/golang/go
synced 2024-11-26 04:07:59 -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:
parent
c5430dc1d8
commit
3637aa3e1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user