mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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 <iant@golang.org> Trust: David Chase <drchase@google.com>
This commit is contained in:
parent
078247a407
commit
b88a6882a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue