]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix typo: there -> the
authorZhou Peng <p@ctriple.cn>
Mon, 20 Aug 2018 01:13:33 +0000 (01:13 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Aug 2018 19:43:40 +0000 (19:43 +0000)
Change-Id: I2ecbd68b1b30ab64e64ae120101761400c22457b
Reviewed-on: https://go-review.googlesource.com/129757
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/mgc.go

index e4c0f5a58762971e11b5f11d7dc9cac7a85eaa70..f54c8eb14f5402d361bfc0a781f32ee066a8f1d7 100644 (file)
@@ -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%.
        //