]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove extra parentheses.
authorOling Cat <olingcat@gmail.com>
Fri, 16 Nov 2012 12:09:37 +0000 (23:09 +1100)
committerDavid Symonds <dsymonds@golang.org>
Fri, 16 Nov 2012 12:09:37 +0000 (23:09 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6843069

src/pkg/runtime/debug.go

index e9d7601710c13236ab6af40e408f86ca3ee00399..0211ce61b88560d7275d1d47838463725ef9df32 100644 (file)
@@ -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.