Skip to content

Commit

Permalink
better kernel ptr format error msg for net/unix parser
Browse files Browse the repository at this point in the history
Signed-off-by: madk <[email protected]>
  • Loading branch information
peonone committed May 25, 2019
1 parent 6d06f40 commit 85306a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
netUnixStateDisconnected = 4
)

var errInvalidKernelPtrFmt = errors.New("Invalid Num(kernal the kernel table slot number) format")
var errInvalidKernelPtrFmt = errors.New("Invalid Num(the kernel table slot number) format")

// NetUnixType is the type of the type field.
type NetUnixType uint64
Expand Down

0 comments on commit 85306a7

Please sign in to comment.