diff options
| author | Zhou Peng <p@ctriple.cn> | 2018-08-20 01:13:33 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-08-22 19:43:40 +0000 |
| commit | 2fad8b219ff9f13f10396c97c0a3bca5c6153d78 (patch) | |
| tree | 9072833e3a59d9fed5310542f333c8ca1871cd87 /src | |
| parent | 811b187a4f1e8052eb84a03b5fb399af1eefbdbe (diff) | |
| download | go-2fad8b219ff9f13f10396c97c0a3bca5c6153d78.tar.xz | |
runtime: fix typo: there -> the
Change-Id: I2ecbd68b1b30ab64e64ae120101761400c22457b
Reviewed-on: https://go-review.googlesource.com/129757
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/mgc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go index e4c0f5a587..f54c8eb14f 100644 --- a/src/runtime/mgc.go +++ b/src/runtime/mgc.go @@ -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%. // |
