We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc14601 commit 5890359Copy full SHA for 5890359
utils.go
@@ -800,7 +800,7 @@ func (ab *atomicBool) TrySet(value bool) bool {
800
return atomic.SwapUint32(&ab.value, 0) > 0
801
}
802
803
-// atomicBool is a wrapper for atomically accessed error values
+// atomicError is a wrapper for atomically accessed error values
804
type atomicError struct {
805
_noCopy noCopy
806
value atomic.Value
0 commit comments