Dave Cheney 9 年之前
父节点
当前提交
b700c3e918
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      errors.go

+ 1 - 1
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 }