提交 d0871018 编写于 作者: D Derek Parker

Improve docs for decodeULEB128

上级 4970c86e
......@@ -94,7 +94,7 @@ func Parse(data []byte) CommonEntries {
return pctx.Entries
}
// decodeULEB128 decodes a Little Endian Base 128
// decodeULEB128 decodes an unsigned Little Endian Base 128
// represented number.
func decodeULEB128(buf *bytes.Buffer) (uint64, uint32) {
var (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册