mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix field names
Change-Id: I3ad7a50707486ebdbbd676b3581df6e3ed0fd3a1 Reviewed-on: https://go-review.googlesource.com/c/go/+/543476 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: shuang cui <imcusg@gmail.com>
This commit is contained in:
parent
0c7e5d3b8d
commit
0d018b49e3
9 changed files with 13 additions and 12 deletions
|
|
@ -857,7 +857,7 @@ type schedt struct {
|
|||
sysmonwait atomic.Bool
|
||||
sysmonnote note
|
||||
|
||||
// safepointFn should be called on each P at the next GC
|
||||
// safePointFn should be called on each P at the next GC
|
||||
// safepoint if p.runSafePointFn is set.
|
||||
safePointFn func(*p)
|
||||
safePointWait int32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue