summaryrefslogtreecommitdiff
path: root/spew/common.go
diff options
context:
space:
mode:
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 {