Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davecheney committed Jun 6, 2016
1 parent 431554f commit b700c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b700c3e

Please sign in to comment.