1
0
mirror of https://github.com/golang/go synced 2024-11-14 22:20:21 -07:00

update doc comment

Change-Id: I326b826b4a138b20c33fc46e060930921f73ae97
This commit is contained in:
Mateusz Poliwczak 2024-09-28 18:46:47 +02:00
parent 16422c3962
commit 0c053be03e

View File

@ -21,7 +21,7 @@ type Interface interface {
}
// logger is the current logger Interface.
// We use an atomic.Value in case test startup
// We use an atomic.Pointer in case test startup
// is racing with goroutines started during init.
// That must not cause a race detector failure,
// although it will still result in limited visibility