Commit b1dbc9f8 authored by Ian Lance Taylor's avatar Ian Lance Taylor

reflect: fix typo in comment

Sigh, forgot to run `git mail`.

Change-Id: Idc49be2bb20d6f0e392cb472a63267ffee2ca22c
Reviewed-on: https://go-review.googlesource.com/33476Reviewed-by: default avatarMichael Hudson-Doyle <michael.hudson@canonical.com>
parent 50c4dbce
...@@ -2582,7 +2582,7 @@ func StructOf(fields []StructField) Type { ...@@ -2582,7 +2582,7 @@ func StructOf(fields []StructField) Type {
// This is a non-zero sized struct that ends in a // This is a non-zero sized struct that ends in a
// zero-sized field. We add an extra byte of padding, // zero-sized field. We add an extra byte of padding,
// to ensure that taking the address of the final // to ensure that taking the address of the final
// zero-sized field can't manufacture a poitner to the // zero-sized field can't manufacture a pointer to the
// next object in the heap. See issue 9401. // next object in the heap. See issue 9401.
size++ size++
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment