From: Ian Lance Taylor Date: Mon, 5 Mar 2012 23:51:58 +0000 (-0800) Subject: reflect: fix comment spacing X-Git-Tag: weekly.2012-03-13~210 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=46031400d0c0745ef8e764a4872f5aaaa143d199;p=gostls13.git reflect: fix comment spacing R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5757043 --- diff --git a/src/pkg/reflect/type.go b/src/pkg/reflect/type.go index 6356b296df..1f568b31e6 100644 --- a/src/pkg/reflect/type.go +++ b/src/pkg/reflect/type.go @@ -243,7 +243,7 @@ type commonType struct { 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 }