diff options
Diffstat (limited to 'src/runtime/error.go')
| -rw-r--r-- | src/runtime/error.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/error.go b/src/runtime/error.go index 16f3e53a47..6048272e75 100644 --- a/src/runtime/error.go +++ b/src/runtime/error.go @@ -72,8 +72,7 @@ func typestring(x interface{}) string { return e._type.string() } -// For calling from C. -// Prints an argument passed to panic. +// printany prints an argument passed to panic. func printany(i interface{}) { switch v := i.(type) { case nil: |
