]> Cypherpunks repositories - gostls13.git/commit
runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files
authorKeith Randall <khr@golang.org>
Wed, 11 Mar 2015 19:58:47 +0000 (12:58 -0700)
committerKeith Randall <khr@golang.org>
Wed, 11 Mar 2015 20:19:43 +0000 (20:19 +0000)
commitcd5b144d9896c05169fea4ed6d3cad9267e3251d
treec451eee8240fb2c40452c31f73dc0f4068454f28
parent4b981ed3e66a3093089b5b333bd7f1d85a92aaf3
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>
28 files changed:
src/cmd/internal/gc/cplx.go
src/cmd/internal/gc/gsubr.go
src/cmd/internal/gc/obj.go
src/cmd/internal/gc/pgen.go
src/cmd/internal/gc/popt.go
src/cmd/internal/gc/racewalk.go
src/cmd/internal/gc/range.go
src/cmd/internal/gc/reflect.go
src/cmd/internal/gc/select.go
src/cmd/internal/gc/walk.go
src/reflect/type.go
src/reflect/value.go
src/runtime/cgocallback.go
src/runtime/chan_test.go
src/runtime/hashmap.go
src/runtime/malloc.go
src/runtime/mcentral.go
src/runtime/mfixalloc.go
src/runtime/mgcmark.go
src/runtime/mheap.go
src/runtime/msize.go
src/runtime/mstats.go
src/runtime/os1_freebsd.go
src/runtime/rune.go
src/runtime/runtime1.go
src/runtime/runtime2.go
src/runtime/select.go
src/runtime/type.go