]> Cypherpunks repositories - gostls13.git/commitdiff
reflect: typo in comment
authorDean Prichard <dean.prichard@gmail.com>
Tue, 9 Mar 2010 23:00:10 +0000 (10:00 +1100)
committerAndrew Gerrand <adg@golang.org>
Tue, 9 Mar 2010 23:00:10 +0000 (10:00 +1100)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/369041

src/pkg/reflect/value.go

index 32accddf50f1467c74b84da93ac0b7392f5a0843..4134da67ee569dbd2ba2b5c9cd3febe4b106f304 100644 (file)
@@ -848,7 +848,7 @@ type tiny struct {
        b byte
 }
 
-// Call calls the function v with input parameters in.
+// Call calls the function fv with input parameters in.
 // It returns the function's output parameters as Values.
 func (fv *FuncValue) Call(in []Value) []Value {
        var structAlign = Typeof((*tiny)(nil)).(*PtrType).Elem().Size()