Commit 1948aef6 authored by Shenghou Ma's avatar Shenghou Ma Committed by Minux Ma

runtime: fix typos

Change-Id: Iffc25fc80452baf090bf8ef15ab798cfaa120b8e
Reviewed-on: https://go-review.googlesource.com/16154Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 58e3ae2f
......@@ -16,7 +16,7 @@ const msanenabled = false
// Because msanenabled is false, none of these functions should be called.
func msanread(addr unsafe.Pointer, sz uintptr) { throw("race") }
func msanwrite(addr unsafe.Pointer, sz uintptr) { throw("race") }
func msanread(addr unsafe.Pointer, sz uintptr) { throw("msan") }
func msanwrite(addr unsafe.Pointer, sz uintptr) { throw("msan") }
func msanmalloc(addr unsafe.Pointer, sz uintptr) { throw("msan") }
func msanfree(addr unsafe.Pointer, sz uintptr) { throw("msan") }
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