diff --git a/dwarf/frame.go b/dwarf/frame.go index 073ad6ee..8108bf64 100644 --- a/dwarf/frame.go +++ b/dwarf/frame.go @@ -68,7 +68,7 @@ const ( DW_CFA_hi_user = 0x3f // op1: ULEB128 register, op2: BLOCK ) -// Parse take in data (a byte slice) and returns a slice of +// Parse takes in data (a byte slice) and returns a slice of // CommonInformationEntry structures. Each CommonInformationEntry // has a slice of FrameDescriptorEntry structures. func Parse(data []byte) CommonEntries {