mirror of
https://github.com/golang/go
synced 2024-11-20 06:44:40 -07:00
sync/atomic: make BUG comment godoc-compatible
go/doc wants to see text after BUG(uid): on the same line in order to treat it as an official bug comment. R=gri CC=golang-dev https://golang.org/cl/4250043
This commit is contained in:
parent
9ad9742157
commit
c833d2fd94
@ -22,8 +22,7 @@
|
|||||||
//
|
//
|
||||||
package atomic
|
package atomic
|
||||||
|
|
||||||
// BUG(rsc):
|
// BUG(rsc): On ARM, the 64-bit functions use instructions unavailable before ARM 11.
|
||||||
// On ARM, the 64-bit functions use instructions unavailable before ARM 11.
|
|
||||||
//
|
//
|
||||||
// On x86-32, the 64-bit functions use instructions unavailable before the Pentium.
|
// On x86-32, the 64-bit functions use instructions unavailable before the Pentium.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user