From: Tobias Klauser Date: Tue, 29 May 2018 07:08:42 +0000 (+0200) Subject: runtime: fix typo in comment for cpuinit X-Git-Tag: go1.11beta1~291 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=99695bd90b70ae562349a15b3a0b00d78c51e23f;p=gostls13.git runtime: fix typo in comment for cpuinit Change-Id: Ie19e0354f813b042c995c0221072568eaa473bea Reviewed-on: https://go-review.googlesource.com/114995 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/src/runtime/proc.go b/src/runtime/proc.go index e312c575d0..8a5812639e 100644 --- a/src/runtime/proc.go +++ b/src/runtime/proc.go @@ -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="