diff options
Diffstat (limited to 'examples/packetcrafting6/main.go')
-rw-r--r-- | examples/packetcrafting6/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/packetcrafting6/main.go b/examples/packetcrafting6/main.go index afba3a0..9ec0d85 100644 --- a/examples/packetcrafting6/main.go +++ b/examples/packetcrafting6/main.go @@ -11,7 +11,7 @@ import ( func main() { // In this example we create and manipulate a DHCPv6 solicit packet // and encapsulate it in a relay packet. To to this, we use - // `dhcpv6.DHCPv6Message` and `dhcpv6.DHCPv6Relay`, two structures + // `dhcpv6.Message` and `dhcpv6.DHCPv6Relay`, two structures // that implement the `dhcpv6.DHCPv6` interface. // Then print the wire-format representation of the packet. |