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:
cui fliter 2023-11-18 13:51:35 +08:00 committed by Gopher Robot
parent 0c7e5d3b8d
commit 0d018b49e3
9 changed files with 13 additions and 12 deletions

View file

@ -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