diff options
| author | Keith Randall <khr@golang.org> | 2015-03-11 12:58:47 -0700 |
|---|---|---|
| committer | Keith Randall <khr@golang.org> | 2015-03-11 20:19:43 +0000 |
| commit | cd5b144d9896c05169fea4ed6d3cad9267e3251d (patch) | |
| tree | c451eee8240fb2c40452c31f73dc0f4068454f28 /src/runtime/mfixalloc.go | |
| parent | 4b981ed3e66a3093089b5b333bd7f1d85a92aaf3 (diff) | |
| download | go-cd5b144d9896c05169fea4ed6d3cad9267e3251d.tar.xz | |
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>
Diffstat (limited to 'src/runtime/mfixalloc.go')
| -rw-r--r-- | src/runtime/mfixalloc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mfixalloc.go b/src/runtime/mfixalloc.go index c1106b6281..bb2f4e7e24 100644 --- a/src/runtime/mfixalloc.go +++ b/src/runtime/mfixalloc.go @@ -4,7 +4,7 @@ // Fixed-size object allocator. Returned memory is not zeroed. // -// See malloc.h for overview. +// See malloc.go for overview. package runtime |
