summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Dhcp4Dxe
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2017-02-08 14:48:02 +0800
committerLiming Gao <liming.gao@intel.com>2017-02-08 14:48:02 +0800
commit24648548886af2563f7a0c2f42da18bb89e40b2d (patch)
treeee4e97927a09e1ce25566d9ffaf0886b84ada966 /MdeModulePkg/Universal/Network/Dhcp4Dxe
parentd03c056b2946cc2f83b6d206297915dadc08f230 (diff)
downloadedk2-24648548886af2563f7a0c2f42da18bb89e40b2d.tar.gz
edk2-24648548886af2563f7a0c2f42da18bb89e40b2d.tar.bz2
edk2-24648548886af2563f7a0c2f42da18bb89e40b2d.zip
MdeModulePkg: Fix some typos of "according"
Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Rebecca Cran <rebecca@bluestop.org> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: He Junjie <junjie.he@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/Network/Dhcp4Dxe')
-rw-r--r--MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c2
1 files changed, 1 insertions, 1 deletions
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);