mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd: fix a few function names on comments
Change-Id: Ia0896bd1edf2558821244fecd1c297b599472f47
GitHub-Last-Rev: cfd1e1091a
GitHub-Pull-Request: golang/go#55944
Reviewed-on: https://go-review.googlesource.com/c/go/+/436637
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
84c188008e
commit
c69d6d8b3e
11 changed files with 15 additions and 15 deletions
|
|
@ -412,7 +412,7 @@ func writeElementSec(ctxt *ld.Link, numImports, numFns uint64) {
|
|||
writeSecSize(ctxt, sizeOffset)
|
||||
}
|
||||
|
||||
// writeElementSec writes the section that provides the function bodies for the functions
|
||||
// writeCodeSec writes the section that provides the function bodies for the functions
|
||||
// declared by the "func" section.
|
||||
func writeCodeSec(ctxt *ld.Link, fns []*wasmFunc) {
|
||||
sizeOffset := writeSecHeader(ctxt, sectionCode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue