From: Oling Cat Date: Fri, 16 Nov 2012 12:09:37 +0000 (+1100) Subject: runtime: remove extra parentheses. X-Git-Tag: go1.1rc2~1857 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=aa3d05acc9d0e9fba63a3f5375682ae9c5d696b0;p=gostls13.git runtime: remove extra parentheses. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6843069 --- diff --git a/src/pkg/runtime/debug.go b/src/pkg/runtime/debug.go index e9d7601710..0211ce61b8 100644 --- a/src/pkg/runtime/debug.go +++ b/src/pkg/runtime/debug.go @@ -4,7 +4,7 @@ package runtime -// Breakpoint() executes a breakpoint trap. +// Breakpoint executes a breakpoint trap. func Breakpoint() // LockOSThread wires the calling goroutine to its current operating system thread.