From c09d284953f3b628087896da65b6c0227529e33e Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Fri, 24 Jul 2015 14:55:07 -0700 Subject: [PATCH] cmd/compile: add missing quotation mark Change-Id: I102901e3df76830ccd5ab74d757203d103eef9e8 Reviewed-on: https://go-review.googlesource.com/12657 Reviewed-by: Brad Fitzpatrick --- src/cmd/compile/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/compile/doc.go b/src/cmd/compile/doc.go index 6025f32d33..e362657a00 100644 --- a/src/cmd/compile/doc.go +++ b/src/cmd/compile/doc.go @@ -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". -- 2.50.0