From b700c3e91831ea1e73f0cd28ddaaa8267fc61913 Mon Sep 17 00:00:00 2001 From: Dave Cheney Date: Mon, 6 Jun 2016 20:27:34 +1000 Subject: [PATCH] fix typo --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.go b/errors.go index d73f3d1..3d515d8 100644 --- a/errors.go +++ b/errors.go @@ -61,7 +61,7 @@ import ( "strings" ) -// stack represents a stack of programm counters. +// stack represents a stack of program counters. type stack []uintptr func (s *stack) Stack() []uintptr { return *s }