]> Cypherpunks.ru repositories - gostls13.git/commit
sync: update misleading comment in map.go about entry type
authorpanchenglong01 <1004907659@qq.com>
Thu, 8 Apr 2021 09:21:05 +0000 (09:21 +0000)
committerBryan C. Mills <bcmills@google.com>
Thu, 8 Apr 2021 14:08:29 +0000 (14:08 +0000)
commit1749f3915e55b473bcc281095f41598357d6b70f
tree24c3d7b5d11425e180a643ef55bd200654207215
parenta7e16abb22f1b249d2691b32a5d20206282898f2
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: 202c598a0ab98f4634cb56fe2486e8e82f9d991f
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>
src/sync/map.go