From 99695bd90b70ae562349a15b3a0b00d78c51e23f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 29 May 2018 09:08:42 +0200 Subject: [PATCH] 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 --- src/runtime/proc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=" -- 2.50.0