mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix function names in comments
Change-Id: I915eff34fcfe82f3514254f7d8998baa88a91da6 Reviewed-on: https://go-review.googlesource.com/c/go/+/501997 Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
19b814b80b
commit
39effbc105
5 changed files with 6 additions and 5 deletions
|
|
@ -3325,7 +3325,7 @@ func (c *typeConv) badVoidPointerTypedef(dt *dwarf.TypedefType) bool {
|
|||
return false
|
||||
}
|
||||
|
||||
// badStructPointerTypedef is like badVoidPointerTypedefs but for structs.
|
||||
// badStructPointerTypedef is like badVoidPointerTypedef but for structs.
|
||||
func (c *typeConv) badStructPointerTypedef(name string, dt *dwarf.StructType) bool {
|
||||
// Windows handle types can all potentially contain non-pointers.
|
||||
// badVoidPointerTypedef handles the "void *" HANDLE type, but other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue