diff options
Diffstat (limited to 'dhcpv6/option_remoteid.go')
-rw-r--r-- | dhcpv6/option_remoteid.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv6/option_remoteid.go b/dhcpv6/option_remoteid.go index d07b0a2..7a3b3b4 100644 --- a/dhcpv6/option_remoteid.go +++ b/dhcpv6/option_remoteid.go @@ -31,7 +31,7 @@ func (op *OptRemoteID) String() string { ) } -// FromBytes builds an OptRemoteId structure from a sequence of bytes. The +// FromBytes builds an OptRemoteID structure from a sequence of bytes. The // input data does not include option code and length bytes. func (op *OptRemoteID) FromBytes(data []byte) error { buf := uio.NewBigEndianBuffer(data) |