From c5fba05307d6a83b518916402fcf1fc867ce0782 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 16 Jan 2013 23:30:06 -0600 Subject: Fix a comment and a apply few gofmt changes. --- spew/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spew/common.go') 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 { -- cgit v1.2.3