go/src/sync
Brad Fitzpatrick baa5d26f62 sync/atomic: fix comment referencing Value.Store's argument name
Fixes #9029

LGTM=adg, r
R=r, adg
CC=golang-codereviews
https://golang.org/cl/161630044
2014-10-31 00:48:57 -03:00
..
atomic sync/atomic: fix comment referencing Value.Store's argument name 2014-10-31 00:48:57 -03:00
cond.go
cond_test.go
example_test.go
export_test.go
mutex.go
mutex_test.go
once.go
once_test.go sync: simplify TestOncePanic 2014-09-16 14:22:33 -07:00
pool.go sync: release Pool memory during second and later GCs 2014-10-22 20:23:49 +04:00
pool_test.go sync: release Pool memory during second and later GCs 2014-10-22 20:23:49 +04:00
race.go
race0.go
runtime.go
runtime_sema_test.go
rwmutex.go
rwmutex_test.go
waitgroup.go
waitgroup_test.go