mirror of
https://github.com/golang/go
synced 2024-11-20 04:54:44 -07:00
reflect: typo in comment
R=golang-dev, adg CC=golang-dev https://golang.org/cl/369041
This commit is contained in:
parent
9a44578806
commit
75e5ece03a
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user