]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: delete repeated word
authorDan Kortschak <dan@kortschak.io>
Wed, 17 Aug 2022 12:27:59 +0000 (21:57 +0930)
committerGopher Robot <gobot@golang.org>
Thu, 18 Aug 2022 02:23:10 +0000 (02:23 +0000)
Change-Id: I0d7005481fc61b4c7f3286674c022334c8c0cae0
Reviewed-on: https://go-review.googlesource.com/c/go/+/424494
Reviewed-by: hopehook <hopehook@qq.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: hopehook <hopehook@qq.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>

src/runtime/mgcpacer.go

index f73a3a827700f1a351bdc4957fc46354a72cccb1..633d181a9d852a2bebcca092652d65d7e1a52302 100644 (file)
@@ -684,7 +684,7 @@ func (c *gcControllerState) endCycle(now int64, procs int, userForced bool) {
        //
        //    assistDuration * procs * (utilization + idleUtilization)
        //
-       // In this case, we *include* idle utilization, because that is additional CPU time that the
+       // In this case, we *include* idle utilization, because that is additional CPU time that
        // the GC had available to it.
        //
        // In effect, idle GC time is sort of double-counted here, but it's very weird compared