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
|
|
@ -233,7 +233,7 @@ func Dconv(p *Prog, a *Addr) string {
|
|||
return buf.String()
|
||||
}
|
||||
|
||||
// DconvDconvWithABIDetail accepts an argument 'a' within a prog 'p'
|
||||
// DconvWithABIDetail accepts an argument 'a' within a prog 'p'
|
||||
// and returns a string with a formatted version of the argument, in
|
||||
// which text symbols are rendered with explicit ABI selectors.
|
||||
func DconvWithABIDetail(p *Prog, a *Addr) string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue