diff options
| author | Vinu Rajashekhar <vinutheraj@gmail.com> | 2010-07-24 19:10:21 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-07-24 19:10:21 -0700 |
| commit | e57657683fde31ddb936f54a57468599b294e82f (patch) | |
| tree | 958a28ea72e466e5ee3e1d69070dc5be1c99f36d /src/pkg/runtime/extern.go | |
| parent | e356f1d88f398a0fdb098fb9f2309cc102d80d8a (diff) | |
| download | go-e57657683fde31ddb936f54a57468599b294e82f.tar.xz | |
runtime/extern.go: clear a small error in a comment.
R=iant, rsc
CC=golang-dev
https://golang.org/cl/1741058
Diffstat (limited to 'src/pkg/runtime/extern.go')
| -rw-r--r-- | src/pkg/runtime/extern.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/extern.go b/src/pkg/runtime/extern.go index c0cab22e95..f73c20f45e 100644 --- a/src/pkg/runtime/extern.go +++ b/src/pkg/runtime/extern.go @@ -111,7 +111,7 @@ func Semrelease(s *uint32) // is not called again, the next time the garbage collector sees // that x is unreachable, it will free x. // -// SetFinalizer(x, nil) clears any finalizer associated with f. +// SetFinalizer(x, nil) clears any finalizer associated with x. // // The argument x must be a pointer to an object allocated by // calling new or by taking the address of a composite literal. |
