Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
LGTM On Mon, Mar 5, 2012 at 3:34 PM, <iant@golang.org> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > reflect: fix comment spacing > > Please review this at http://codereview.appspot.com/**5757043/<http://codereview.appspot.com/5757043/> > > Affected files: > M src/pkg/reflect/type.go > > > Index: src/pkg/reflect/type.go > ==============================**==============================**======= > --- a/src/pkg/reflect/type.go > +++ b/src/pkg/reflect/type.go > @@ -243,7 +243,7 @@ > fieldAlign uint8 // alignment of struct field with this > type > kind uint8 // enumeration for C > alg *uintptr // algorithm table > (../runtime/runtime.h:/Alg) > - string *string // string form; unnecessary but > undeniably useful > + string *string // string form; unnecessary but > undeniably useful > *uncommonType // (relatively) uncommon fields > ptrToThis *runtimeType // pointer to this type, if used in > binary or has methods > } > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=086a1ee9175b *** reflect: fix comment spacing R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/5757043