aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/reflect/type.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/type.go b/src/reflect/type.go
index 7216fb63c8..9d6e7a6846 100644
--- a/src/reflect/type.go
+++ b/src/reflect/type.go
@@ -2582,7 +2582,7 @@ func StructOf(fields []StructField) Type {
// This is a non-zero sized struct that ends in a
// zero-sized field. We add an extra byte of padding,
// 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.
size++
}