Skip to content

Commit

Permalink
duid: remove erroneous comment from NewDUIDEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlayher committed Jun 9, 2015
1 parent a56bb58 commit 5545628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion duid.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ type DUIDEN struct {

// NewDUIDEN generates a new DUIDEN from an input IANA-assigned Private
// Enterprise Number and a variable length unique identifier byte slice.
// type and a hardware address.
func NewDUIDEN(enterpriseNumber uint32, identifier []byte) *DUIDEN {
return &DUIDEN{
Type: DUIDTypeEN,
Expand Down

0 comments on commit 5545628

Please sign in to comment.