From: Kai Backman Date: Sun, 7 Feb 2010 05:59:46 +0000 (-0800) Subject: fix comment X-Git-Tag: weekly.2010-02-17~70 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ebf32c586845e8b1601dbb02a35c3af2a9da537a;p=gostls13.git fix comment R=rsc CC=golang-dev https://golang.org/cl/203053 --- diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 2182ef3191..2d6d42ee62 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -74,7 +74,7 @@ typedef struct Hchan Hchan; * * amd64: allocated downwards from R15 * x86: allocated upwards from 0(FS) - * arm: allocated upwards from R9 + * arm: allocated downwards from R10 * * every C file linked into a Go program must include runtime.h * so that the C compiler knows to avoid other uses of these registers.