summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@nuviainc.com>2021-05-05 23:04:55 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-05-17 02:10:31 +0000
commite0cb5e1814a67bb12dd476a72d1698350633bcbb (patch)
tree535094fade316b8293ffe58bbb4ace0e0afe2bac /MdeModulePkg/Core
parent32928415e36b3e234efb5c24143e06060a68fba3 (diff)
downloadedk2-e0cb5e1814a67bb12dd476a72d1698350633bcbb.tar.gz
edk2-e0cb5e1814a67bb12dd476a72d1698350633bcbb.tar.bz2
edk2-e0cb5e1814a67bb12dd476a72d1698350633bcbb.zip
MdeModulePkg: Fix various typos
Fix various typos throughout MdeModulePkg. Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r--MdeModulePkg/Core/Dxe/Image/Image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c b/MdeModulePkg/Core/Dxe/Image/Image.c
index d86da89ee7..641a5715b1 100644
--- a/MdeModulePkg/Core/Dxe/Image/Image.c
+++ b/MdeModulePkg/Core/Dxe/Image/Image.c
@@ -470,7 +470,7 @@ GetPeCoffImageFixLoadingAssignedAddress(
if (ValueInSectionHeader != 0) {
//
// When the feature is configured as load module at fixed absolute address, the ImageAddress field of ImageContext
- // hold the spcified address. If the feature is configured as load module at fixed offset, ImageAddress hold an offset
+ // hold the specified address. If the feature is configured as load module at fixed offset, ImageAddress hold an offset
// relative to top address
//
if ((INT64)PcdGet64(PcdLoadModuleAtFixAddressEnable) < 0) {