diff options
Diffstat (limited to 'src/pkg/reflect/value.go')
-rw-r--r-- | src/pkg/reflect/value.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/reflect/value.go b/src/pkg/reflect/value.go index 32accddf5..4134da67e 100644 --- a/src/pkg/reflect/value.go +++ b/src/pkg/reflect/value.go @@ -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() |