Fix typo: saddr → daddr
This commit is contained in:
parent
41462c0d6d
commit
3504737de8
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ module Payload = struct
|
|||
|
||||
let to_string : type a. a t -> string = function
|
||||
| Saddr -> "saddr"
|
||||
| Daddr -> "saddr"
|
||||
| Daddr -> "daddr"
|
||||
end
|
||||
|
||||
module Ipv6 = struct
|
||||
|
@ -33,7 +33,7 @@ module Payload = struct
|
|||
|
||||
let to_string : type a. a t -> string = function
|
||||
| Saddr -> "saddr"
|
||||
| Daddr -> "saddr"
|
||||
| Daddr -> "daddr"
|
||||
end
|
||||
|
||||
type _ t =
|
||||
|
|
Loading…
Reference in a new issue