Commit aa3d05ac authored by Oling Cat's avatar Oling Cat Committed by David Symonds

runtime: remove extra parentheses.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6843069
parent aaf3b712
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment