Commit c833d2fd authored by Russ Cox's avatar Russ Cox

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
parent 9ad97421
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment