diff options
| author | Rulin Tang <smiletrl@outlook.com> | 2024-01-09 02:39:36 +0000 |
|---|---|---|
| committer | Robert Griesemer <gri@google.com> | 2024-01-22 17:32:38 +0000 |
| commit | b16a1e3a03cd8a13c06291bbb39aff0a49137bc6 (patch) | |
| tree | 97e4b919d33e7a300bd12fbbf226bd8189288ba4 /src/cmd/compile/internal/ir/node.go | |
| parent | b3cfb24f8d19e402b5f03f28777af2a27dd65658 (diff) | |
| download | go-b16a1e3a03cd8a13c06291bbb39aff0a49137bc6.tar.xz | |
cmd/compile: fix typo in comment
Change-Id: Ie3f1f194489dd4cfd995bfaf292e1c311b37597b
GitHub-Last-Rev: 6a363297785187188923a76456b468ef1bc1a656
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>
Diffstat (limited to 'src/cmd/compile/internal/ir/node.go')
| -rw-r--r-- | src/cmd/compile/internal/ir/node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/ir/node.go b/src/cmd/compile/internal/ir/node.go index 6513386f03..21d181dba6 100644 --- a/src/cmd/compile/internal/ir/node.go +++ b/src/cmd/compile/internal/ir/node.go @@ -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)) |
