From: DQNEO Date: Sat, 18 Sep 2021 14:24:07 +0000 (+0900) Subject: cmd/internal/obj: fix wording in a comment X-Git-Tag: go1.18beta1~1184 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b88a6882a5411d705e4f05d300668f157f476749;p=gostls13.git cmd/internal/obj: fix wording in a comment Change-Id: I9921ba5c29ada6ff06d147f6d9b46a29101c449c Reviewed-on: https://go-review.googlesource.com/c/go/+/350694 Reviewed-by: Ian Lance Taylor Trust: David Chase --- diff --git a/src/cmd/internal/obj/link.go b/src/cmd/internal/obj/link.go index 592d2a655b..9be173ff98 100644 --- a/src/cmd/internal/obj/link.go +++ b/src/cmd/internal/obj/link.go @@ -283,7 +283,7 @@ func (a *Addr) SetConst(v int64) { // Each Prog is charged to a specific source line in the debug information, // specified by Pos.Line(). // Every Prog has a Ctxt field that defines its context. -// For performance reasons, Progs usually are usually bulk allocated, cached, and reused; +// For performance reasons, Progs are usually bulk allocated, cached, and reused; // those bulk allocators should always be used, rather than new(Prog). // // The other fields not yet mentioned are for use by the back ends and should