Hello golang-dev@googlegroups.com, I'd like you to review this change.
LGTM On 10 March 2010 09:49, <dean.prichard@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change. > > > Description: > reflect: typo in comment > > Please review this at http://codereview.appspot.com/369041/show > > Affected files: > M src/pkg/reflect/value.go > > > Index: src/pkg/reflect/value.go > =================================================================== > --- a/src/pkg/reflect/value.go > +++ b/src/pkg/reflect/value.go > @@ -848,7 +848,7 @@ > 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() > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=f88474acfc2c *** reflect: typo in comment R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/369041 Committer: Andrew Gerrand <adg@golang.org>