From e57657683fde31ddb936f54a57468599b294e82f Mon Sep 17 00:00:00 2001 From: Vinu Rajashekhar Date: Sat, 24 Jul 2010 19:10:21 -0700 Subject: [PATCH] runtime/extern.go: clear a small error in a comment. R=iant, rsc CC=golang-dev https://golang.org/cl/1741058 --- src/pkg/runtime/extern.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.0