mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: update stale comment in prove
This is a follow-up CL to https://golang.org/cl/170118, updating a comment made incorrect by that CL. Change-Id: I5a29cfae331fbbbb36c96d96f9e4949393a5942d Reviewed-on: https://go-review.googlesource.com/c/go/+/170123 Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
7b62e984d9
commit
c178389604
1 changed files with 1 additions and 2 deletions
|
|
@ -175,8 +175,7 @@ type factsTable struct {
|
|||
lens map[ID]*Value
|
||||
caps map[ID]*Value
|
||||
|
||||
// zero is a reference to the zero-valued constant assigned or created
|
||||
// during the len/cap sweep that begins prove.
|
||||
// zero is a zero-valued constant
|
||||
zero *Value
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue