Commit 2fad8b21 authored by Zhou Peng's avatar Zhou Peng Committed by Brad Fitzpatrick

runtime: fix typo: there -> the

Change-Id: I2ecbd68b1b30ab64e64ae120101761400c22457b
Reviewed-on: https://go-review.googlesource.com/129757Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 811b187a
......@@ -407,7 +407,7 @@ type gcControllerState struct {
// each P that isn't running a dedicated worker.
//
// For example, if the utilization goal is 25% and there are
// no dedicated workers, this will be 0.25. If there goal is
// no dedicated workers, this will be 0.25. If the goal is
// 25%, there is one dedicated worker, and GOMAXPROCS is 5,
// this will be 0.05 to make up the missing 5%.
//
......
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