Commit 047f15bf authored by Jonathan Pulfer's avatar Jonathan Pulfer

Corrected comment to match function name

parent e3b835a1
......@@ -672,7 +672,7 @@ func (d *Decoder) binFloat() error {
return nil
}
// decode_long takes a byte array of 2's compliment little-endian binary words and converts them
// decodeLong takes a byte array of 2's compliment little-endian binary words and converts them
// to a big integer
func decodeLong(data string) (*big.Int, error) {
decoded := big.NewInt(0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment