diff --git a/dhcp4/conn.go b/dhcp4/conn.go index c350dde..34d90cf 100644 --- a/dhcp4/conn.go +++ b/dhcp4/conn.go @@ -89,8 +89,7 @@ func (c *Conn) Close() error { } // RecvDHCP reads a Packet from the connection. It returns the -// packet and the interface it was received on, which may be nil -// if interface information cannot be obtained. +// packet and the interface it was received on. func (c *Conn) RecvDHCP() (*Packet, *net.Interface, error) { var buf [1500]byte for {