mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files
Everything has moved to Go, but comments still refer to .c/.h files. Fix all of those up, at least for these three directories. Fixes #10138 Change-Id: Ie5efe89b247841e0b3f82aac5256b2c606ef67dc Reviewed-on: https://go-review.googlesource.com/7431 Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
4b981ed3e6
commit
cd5b144d98
28 changed files with 35 additions and 76 deletions
|
|
@ -8,7 +8,7 @@ package runtime
|
|||
|
||||
import "unsafe"
|
||||
|
||||
// Needs to be in sync with ../../cmd/ld/decodesym.c:/^commonsize and pkg/reflect/type.go:/type.
|
||||
// Needs to be in sync with ../../cmd/internal/ld/decodesym.go:/^commonsize and pkg/reflect/type.go:/type.
|
||||
type _type struct {
|
||||
size uintptr
|
||||
hash uint32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue