1
0
mirror of https://github.com/golang/go synced 2024-10-03 09:21:21 -06: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:
Russ Cox 2011-02-25 14:40:36 -05:00
parent 9ad9742157
commit c833d2fd94

View File

@ -22,8 +22,7 @@
//
package atomic
// BUG(rsc):
// On ARM, the 64-bit functions use instructions unavailable before ARM 11.
// BUG(rsc): 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.