aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/debug.go
diff options
context:
space:
mode:
authorOling Cat <olingcat@gmail.com>2012-11-16 23:09:37 +1100
committerDavid Symonds <dsymonds@golang.org>2012-11-16 23:09:37 +1100
commitaa3d05acc9d0e9fba63a3f5375682ae9c5d696b0 (patch)
tree6a81caa79254933b98c9a482adb9326160c99b99 /src/pkg/runtime/debug.go
parentaaf3b71288ac09953932025898a694300eab58cf (diff)
downloadgo-aa3d05acc9d0e9fba63a3f5375682ae9c5d696b0.tar.xz
runtime: remove extra parentheses.
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6843069
Diffstat (limited to 'src/pkg/runtime/debug.go')
-rw-r--r--src/pkg/runtime/debug.go2
1 files changed, 1 insertions, 1 deletions
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.