mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[dev.regabi] cmd/compile: fix comment
Russ, is this what you meant? Change-Id: I27d2847811c6eabd94358e435eb3eb4bc8cfaa9e Reviewed-on: https://go-review.googlesource.com/c/go/+/275712 Trust: Keith Randall <khr@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
6d783e7440
commit
63722da46b
1 changed files with 1 additions and 1 deletions
|
|
@ -3361,7 +3361,7 @@ out:
|
||||||
|
|
||||||
// type check function definition
|
// type check function definition
|
||||||
// To be called by typecheck, not directly.
|
// To be called by typecheck, not directly.
|
||||||
// (Call typecheckfn instead.)
|
// (Call typecheckFunc instead.)
|
||||||
func typecheckfunc(n *ir.Func) {
|
func typecheckfunc(n *ir.Func) {
|
||||||
if enableTrace && base.Flag.LowerT {
|
if enableTrace && base.Flag.LowerT {
|
||||||
defer tracePrint("typecheckfunc", n)(nil)
|
defer tracePrint("typecheckfunc", n)(nil)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue