提交 6661848c 编写于 作者: N Nan Xiao 提交者: Derek Parker

dwarf: Fix typo in dwarf/util/util.go (#530)

Fix typo.
上级 8b4abf59
......@@ -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 (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册