1
0
mirror of https://github.com/golang/go synced 2024-11-07 13:26:10 -07:00
go/src/sync
panchenglong01 1749f3915e sync: update misleading comment in map.go about entry type
As discussed in: https://github.com/golang/go/issues/45429,  about entry
type comments, it is possible for p == nil when m.dirty != nil, so
update the commemt about it.

Fixes #45429

Change-Id: I7ef96ee5b6948df9ac736481d177a59ab66d7d4d
GitHub-Last-Rev: 202c598a0a
GitHub-Pull-Request: golang/go#45443
Reviewed-on: https://go-review.googlesource.com/c/go/+/308292
Reviewed-by: Changkun Ou <euryugasaki@gmail.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Trust: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
2021-04-08 14:08:29 +00:00
..
atomic sync: use 386 instead of x86-32 to refer to the 32 bit x86 architecture 2020-11-23 05:57:35 +00:00
cond_test.go
cond.go
example_pool_test.go
example_test.go
export_test.go
map_bench_test.go
map_reference_test.go
map_test.go
map.go sync: update misleading comment in map.go about entry type 2021-04-08 14:08:29 +00:00
mutex_test.go
mutex.go
once_test.go
once.go sync: use 386 instead of x86-32 to refer to the 32 bit x86 architecture 2020-11-23 05:57:35 +00:00
pool_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
pool.go
poolqueue.go
runtime2_lockrank.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
runtime2.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
runtime_sema_test.go
runtime.go
rwmutex_test.go
rwmutex.go
waitgroup_test.go
waitgroup.go