mirror of https://github.com/golang/go.git
cmd/compile: fix typo in comment
Change-Id: Ie3f1f194489dd4cfd995bfaf292e1c311b37597b
GitHub-Last-Rev: 6a36329778
GitHub-Pull-Request: golang/go#65008
Reviewed-on: https://go-review.googlesource.com/c/go/+/554136
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Peter Weinberger <pjw@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
TryBot-Bypass: Robert Griesemer <gri@google.com>
This commit is contained in:
parent
b3cfb24f8d
commit
b16a1e3a03
|
|
@ -152,7 +152,7 @@ const (
|
|||
// OCALLFUNC, OCALLMETH, and OCALLINTER have the same structure.
|
||||
// Prior to walk, they are: X(Args), where Args is all regular arguments.
|
||||
// After walk, if any argument whose evaluation might requires temporary variable,
|
||||
// that temporary variable will be pushed to Init, Args will contains an updated
|
||||
// that temporary variable will be pushed to Init, Args will contain an updated
|
||||
// set of arguments.
|
||||
OCALLFUNC // X(Args) (function call f(args))
|
||||
OCALLMETH // X(Args) (direct method call x.Method(args))
|
||||
|
|
|
|||
Loading…
Reference in New Issue