summaryrefslogtreecommitdiffhomepage
path: root/dhcpv4/option_archtype.go
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv4/option_archtype.go')
-rw-r--r--dhcpv4/option_archtype.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpv4/option_archtype.go b/dhcpv4/option_archtype.go
index 3121d36..16ca98d 100644
--- a/dhcpv4/option_archtype.go
+++ b/dhcpv4/option_archtype.go
@@ -39,8 +39,8 @@ var ArchTypeToStringMap = map[ArchType]string{
EFI_X86_64: "EFI x86-64",
}
-// OptRouter represents an option encapsulating the Client System Architecture
-// Type option Definition.
+// OptClientArchType represents an option encapsulating the Client System
+// Architecture Type option Definition.
type OptClientArchType struct {
ArchTypes []ArchType
}