]> Cypherpunks repositories - gostls13.git/commitdiff
sync/atomic: make BUG comment godoc-compatible
authorRuss Cox <rsc@golang.org>
Fri, 25 Feb 2011 19:40:36 +0000 (14:40 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 25 Feb 2011 19:40:36 +0000 (14:40 -0500)
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

src/pkg/sync/atomic/doc.go

index be18cea70c27276e9190959e8d69a9b10e3cf606..1335def59f6239edc1f7eecb4a3226dbb3bae776 100644 (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.