fix comment

R=rsc
CC=golang-dev
https://golang.org/cl/203053
This commit is contained in:
Kai Backman 2010-02-06 21:59:46 -08:00
parent 48cdb63baa
commit ebf32c5868
1 changed files with 1 additions and 1 deletions

View File

@ -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.