Skip to content

Commit 635729f

Browse files
committed
missed a spot
1 parent 30ad431 commit 635729f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encoding.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package binarydist
22

3-
// Smle is the numeric encoding used by the bsdiff tools.
3+
// SignMagLittleEndian is the numeric encoding used by the bsdiff tools.
44
// It implements binary.ByteOrder using a sign-magnitude format
55
// and little-endian byte order. Only methods Uint64 and String
66
// have been written; the rest panic.

0 commit comments

Comments
 (0)