diff options
| author | Dave Collins <[email protected]> | 2013-01-16 23:30:06 -0600 |
|---|---|---|
| committer | Dave Collins <[email protected]> | 2013-01-16 23:30:06 -0600 |
| commit | c5fba05307d6a83b518916402fcf1fc867ce0782 (patch) | |
| tree | d5408b7197f781840304a3d06ac45fed7c72df3e /spew/common.go | |
| parent | 34805dbdb56b3eecf462f31ade3a29dfb6c8502d (diff) | |
Fix a comment and a apply few gofmt changes.
Diffstat (limited to 'spew/common.go')
| -rw-r--r-- | spew/common.go | 2 |
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 { |
