This commit is contained in:
Derek Parker 2014-06-06 15:28:47 -05:00
parent b43c1ec524
commit 28694f54a1

@ -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 {