runtime: fix description of SysAlloc

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/10010046
This commit is contained in:
Anthony Martin 2013-06-04 17:12:29 -07:00
parent 2112fed743
commit cdfbe00d91
1 changed files with 1 additions and 2 deletions

View File

@ -153,8 +153,7 @@ struct MLink
// SysAlloc obtains a large chunk of zeroed memory from the
// operating system, typically on the order of a hundred kilobytes
// or a megabyte. If the pointer argument is non-nil, the caller
// wants a mapping there or nowhere.
// or a megabyte.
//
// SysUnused notifies the operating system that the contents
// of the memory region are no longer needed and can be reused