diff options
| author | cui fliter <imcusg@gmail.com> | 2022-10-02 03:36:51 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-10-03 17:47:02 +0000 |
| commit | 78f7d0f001c26873f2e29fe2cdd6071763c3e723 (patch) | |
| tree | 983c36ac06cfcb6c9605f285baba755da83cf871 /src/cmd/compile/internal/noder | |
| parent | a8d180409d071ad327afeaf6f64fef635d8f6053 (diff) | |
| download | go-78f7d0f001c26873f2e29fe2cdd6071763c3e723.tar.xz | |
cmd/compile/internal: fix a few function names on comments
Change-Id: If78c6d3c6183494f71f2857e496e172a789da39f
GitHub-Last-Rev: 58e0b75052a92cb720371d2b3c75e1de79d79bdc
GitHub-Pull-Request: golang/go#55992
Reviewed-on: https://go-review.googlesource.com/c/go/+/437517
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/cmd/compile/internal/noder')
| -rw-r--r-- | src/cmd/compile/internal/noder/stencil.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/noder/stencil.go b/src/cmd/compile/internal/noder/stencil.go index 8fd40fb9ba..26a088e363 100644 --- a/src/cmd/compile/internal/noder/stencil.go +++ b/src/cmd/compile/internal/noder/stencil.go @@ -2265,7 +2265,7 @@ func parameterizedBy1(t *types.Type, params []*types.Type, visited map[*types.Ty } } -// startClosures starts creation of a closure that has the function type typ. It +// startClosure starts creation of a closure that has the function type typ. It // creates all the formal params and results according to the type typ. On return, // the body and closure variables of the closure must still be filled in, and // ir.UseClosure() called. |
