From 24648548886af2563f7a0c2f42da18bb89e40b2d Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 8 Feb 2017 14:48:02 +0800 Subject: MdeModulePkg: Fix some typos of "according" Cc: Feng Tian Cc: Star Zeng Cc: Siyuan Fu Cc: Jiaxin Wu Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Rebecca Cran Reviewed-by: Liming Gao Reviewed-by: Star Zeng Reviewed-by: Feng Tian Reviewed-by: He Junjie Reviewed-by: Fu Siyuan Reviewed-by: Wu Jiaxin --- MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg/Universal/Network') 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); -- cgit v1.2.3