diff --git a/dwarf/util/util.go b/dwarf/util/util.go index f3f362207d02199531e8d6aa4dc46f67a1631b25..f60c203a57b01ca6705727a20ec9706d8a5ddf13 100644 --- a/dwarf/util/util.go +++ b/dwarf/util/util.go @@ -35,7 +35,7 @@ func DecodeULEB128(buf *bytes.Buffer) (uint64, uint32) { return result, length } -// DecodeSLEB128 decodes an signed Little Endian Base 128 +// DecodeSLEB128 decodes a signed Little Endian Base 128 // represented number. func DecodeSLEB128(buf *bytes.Buffer) (int64, uint32) { var (