all: Spelling

This commit is contained in:
Josh Soref
2018-03-20 06:05:35 -04:00
committed by Alessandro Arzilli
parent 2ba27af6e7
commit 1d3b41f64e
31 changed files with 48 additions and 48 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/derekparker/delve/pkg/dwarf/op"
)
// This code is partly adaped from runtime.gentraceback in
// This code is partly adapted from runtime.gentraceback in
// $GOROOT/src/runtime/traceback.go
// Stackframe represents a frame in a system stack.
@ -27,7 +27,7 @@ type Stackframe struct {
Ret uint64
// Address to the memory location containing the return address
addrret uint64
// Err is set if an error occoured during stacktrace
// Err is set if an error occurred during stacktrace
Err error
// SystemStack is true if this frame belongs to a system stack.
SystemStack bool