X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FDhcp4Dxe%2FDhcp4Impl.c;fp=MdeModulePkg%2FUniversal%2FNetwork%2FDhcp4Dxe%2FDhcp4Impl.c;h=1db4c667d7cce721048ba2f02fb1a395e2e43f98;hp=18796fdbfb81f41d1e5db9fc516771c2526a91a0;hb=24648548886af2563f7a0c2f42da18bb89e40b2d;hpb=d03c056b2946cc2f83b6d206297915dadc08f230 diff --git a/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c b/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c index 18796fdbfb..1db4c667d7 100644 --- a/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c +++ b/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c @@ -1215,7 +1215,7 @@ Dhcp4InstanceConfigUdpIo ( // UEFI spec, while in classless addressing network, the netmask must be explicitly // provided together with the station address. // If the DHCP instance haven't be configured with a valid netmask, we could only - // compute it accroding to the classful addressing rule. + // compute it according to the classful addressing rule. // Class = NetGetIpClass (ClientAddr); ASSERT (Class < IP4_ADDR_CLASSE);