]> Cypherpunks repositories - gostls13.git/commitdiff
reflect: fix comment spacing
authorIan Lance Taylor <iant@golang.org>
Mon, 5 Mar 2012 23:51:58 +0000 (15:51 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 5 Mar 2012 23:51:58 +0000 (15:51 -0800)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5757043

src/pkg/reflect/type.go

index 6356b296df8fd03924fb9368945cb4b62abbdeb5..1f568b31e6ee96368c139f81ce08f09081a91d9b 100644 (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
 }