Commit c09d2849 authored by Matthew Dempsky's avatar Matthew Dempsky

cmd/compile: add missing quotation mark

Change-Id: I102901e3df76830ccd5ab74d757203d103eef9e8
Reviewed-on: https://go-review.googlesource.com/12657Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent eb248c4d
......@@ -119,7 +119,7 @@ preempted.
//go:linkname localname importpath.name
The //go:linkname directive instructs the compiler to use ``importpath.name' as the
The //go:linkname directive instructs the compiler to use ``importpath.name'' as the
object file symbol name for the variable or function declared as ``localname'' in the
source code. Because this directive can subvert the type system and package
modularity, it is only enabled in files that have imported "unsafe".
......
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