Commit 75e5ece0 authored by Dean Prichard's avatar Dean Prichard Committed by Andrew Gerrand

reflect: typo in comment

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/369041
parent 9a445788
...@@ -848,7 +848,7 @@ type tiny struct { ...@@ -848,7 +848,7 @@ type tiny struct {
b byte 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. // It returns the function's output parameters as Values.
func (fv *FuncValue) Call(in []Value) []Value { func (fv *FuncValue) Call(in []Value) []Value {
var structAlign = Typeof((*tiny)(nil)).(*PtrType).Elem().Size() var structAlign = Typeof((*tiny)(nil)).(*PtrType).Elem().Size()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment