Skip to content

Commit b700c3e

Browse files
committed
fix typo
1 parent 431554f commit b700c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import (
6161
"strings"
6262
)
6363

64-
// stack represents a stack of programm counters.
64+
// stack represents a stack of program counters.
6565
type stack []uintptr
6666

6767
func (s *stack) Stack() []uintptr { return *s }

0 commit comments

Comments
 (0)