From fec7aa952f37ad5aa2cfdfe44bdc0e7a02fe8783 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Thu, 19 Jan 2012 17:13:33 -0500 Subject: doc: update out-of-date comments about runtime/cgo R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5532100 --- src/pkg/runtime/runtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pkg/runtime/runtime.h') diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 7f1cb59eb5..dc54285c72 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -168,8 +168,8 @@ struct Gobuf }; struct G { - byte* stackguard; // cannot move - also known to linker, libmach, libcgo - byte* stackbase; // cannot move - also known to libmach, libcgo + byte* stackguard; // cannot move - also known to linker, libmach, runtime/cgo + byte* stackbase; // cannot move - also known to libmach, runtime/cgo Defer* defer; Panic* panic; Gobuf sched; -- cgit v1.3