Skip to content

Commit 5890359

Browse files
csbzyjulienschmidt
authored andcommittedMar 2, 2018
1 parent bc14601 commit 5890359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ func (ab *atomicBool) TrySet(value bool) bool {
800800
return atomic.SwapUint32(&ab.value, 0) > 0
801801
}
802802

803-
// atomicBool is a wrapper for atomically accessed error values
803+
// atomicError is a wrapper for atomically accessed error values
804804
type atomicError struct {
805805
_noCopy noCopy
806806
value atomic.Value

0 commit comments

Comments
 (0)
Please sign in to comment.