1
0
mirror of https://github.com/golang/go synced 2024-11-22 03:14:41 -07:00

reflect: fix comment spacing

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5757043
This commit is contained in:
Ian Lance Taylor 2012-03-05 15:51:58 -08:00
parent 6b2586d29a
commit 46031400d0

View File

@ -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
}