aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mcentral.go
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2015-03-11 12:58:47 -0700
committerKeith Randall <khr@golang.org>2015-03-11 20:19:43 +0000
commitcd5b144d9896c05169fea4ed6d3cad9267e3251d (patch)
treec451eee8240fb2c40452c31f73dc0f4068454f28 /src/runtime/mcentral.go
parent4b981ed3e66a3093089b5b333bd7f1d85a92aaf3 (diff)
downloadgo-cd5b144d9896c05169fea4ed6d3cad9267e3251d.tar.gz
go-cd5b144d9896c05169fea4ed6d3cad9267e3251d.zip
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/mcentral.go')
-rw-r--r--src/runtime/mcentral.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mcentral.go b/src/runtime/mcentral.go
index a6dbe45ba1..8aab903ab9 100644
--- a/src/runtime/mcentral.go
+++ b/src/runtime/mcentral.go
@@ -4,7 +4,7 @@
// Central free lists.
//
-// See malloc.h for an overview.
+// See malloc.go for an overview.
//
// The MCentral doesn't actually contain the list of free objects; the MSpan does.
// Each MCentral is two lists of MSpans: those with free objects (c->nonempty)