Commit 99695bd9 authored by Tobias Klauser's avatar Tobias Klauser Committed by Brad Fitzpatrick

runtime: fix typo in comment for cpuinit

Change-Id: Ie19e0354f813b042c995c0221072568eaa473bea
Reviewed-on: https://go-review.googlesource.com/114995
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 53209467
......@@ -479,7 +479,7 @@ func internal_cpu_initialize(env string)
//go:linkname internal_cpu_debugOptions internal/cpu.debugOptions
var internal_cpu_debugOptions bool
// cpuinit extracts the environment variable GODEBUGCPU from the enviroment on
// cpuinit extracts the environment variable GODEBUGCPU from the environment on
// Linux and Darwin if the GOEXPERIMENT debugcpu was set and calls internal/cpu.initialize.
func cpuinit() {
const prefix = "GODEBUGCPU="
......
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