From c833d2fd941c12a2f48fe10837584fe751353b1e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 25 Feb 2011 14:40:36 -0500 Subject: [PATCH] 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 --- src/pkg/sync/atomic/doc.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pkg/sync/atomic/doc.go b/src/pkg/sync/atomic/doc.go index be18cea70c..1335def59f 100644 --- a/src/pkg/sync/atomic/doc.go +++ b/src/pkg/sync/atomic/doc.go @@ -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. -- 2.50.0