summaryrefslogtreecommitdiff
path: root/spew/common.go
diff options
context:
space:
mode:
authorDave Collins <[email protected]>2013-01-16 23:30:06 -0600
committerDave Collins <[email protected]>2013-01-16 23:30:06 -0600
commitc5fba05307d6a83b518916402fcf1fc867ce0782 (patch)
treed5408b7197f781840304a3d06ac45fed7c72df3e /spew/common.go
parent34805dbdb56b3eecf462f31ade3a29dfb6c8502d (diff)
Fix a comment and a apply few gofmt changes.
Diffstat (limited to 'spew/common.go')
-rw-r--r--spew/common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spew/common.go b/spew/common.go
index 0704831..30fb450 100644
--- a/spew/common.go
+++ b/spew/common.go
@@ -102,7 +102,7 @@ var (
// hexDigits is used to map a decimal value to a hex digit.
var hexDigits = "0123456789abcdef"
-// unpackValue returns values inside of non-nil inteferfaces when possible.
+// unpackValue returns values inside of non-nil interfaces when possible.
// This is useful for data types like structs, arrays, slices, and maps which
// can contain varying types packed inside an interface.
func unpackValue(v reflect.Value) reflect.Value {