Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com> Mike
> -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Rebecca Cran > Sent: Wednesday, May 5, 2021 8:05 AM > To: devel@edk2.groups.io; Wang, Jian J <jian.j.w...@intel.com>; Wu, Hao A > <hao.a...@intel.com> > Cc: Rebecca Cran <rebe...@nuviainc.com> > Subject: [edk2-devel] [PATCH 1/1] MdeModulePkg: Fix various typos > > Fix various typos throughout MdeModulePkg. > > Signed-off-by: Rebecca Cran <rebe...@nuviainc.com> > --- > MdeModulePkg/MdeModulePkg.dec > | 6 ++-- > > MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf > | 2 +- > MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf > | 2 +- > MdeModulePkg/Universal/EbcDxe/EbcDxe.inf > | 2 +- > MdeModulePkg/Core/Dxe/Image/Image.c > | 2 +- > MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c > | 32 ++++++++++---------- > > MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni > | 2 +- > MdeModulePkg/Library/FileExplorerLib/FileExplorerString.uni > | 2 +- > MdeModulePkg/MdeModulePkg.uni > | 8 ++--- > MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni > | 2 +- > MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni > | 8 ++--- > MdeModulePkg/Universal/EbcDxe/EbcDxe.uni > | 2 +- > 12 files changed, 35 insertions(+), 35 deletions(-) > > diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec > index 148395511034..8d3838391516 100644 > --- a/MdeModulePkg/MdeModulePkg.dec > +++ b/MdeModulePkg/MdeModulePkg.dec > @@ -1360,7 +1360,7 @@ [PcdsFixedAtBuild, PcdsPatchableInModule] > > gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0x0000000|UINT64|0x00001048 > > ## PCI Serial Device Info. It is an array of Device, Function, and Power > Management > - # information that describes the path that contains zero or more PCI to > PCI briges > + # information that describes the path that contains zero or more PCI to > PCI bridges > # followed by a PCI serial device. Each array entry is 4-bytes in > length. The > # first byte is the PCI Device Number, then second byte is the PCI > Function Number, > # and the last two bytes are the offset to the PCI power management > capabilities > @@ -1413,7 +1413,7 @@ [PcdsFixedAtBuild, PcdsPatchableInModule] > gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0xdc, 0x5b, 0xc2, > 0xee, 0xf2, 0x67, 0x95, 0x4d, 0xb1, 0xd5, > 0xf8, 0x1b, 0x20, 0x39, 0xd1, 0x1d }|VOID*|0x0001006b > > ## This PCD points to the formset GUID of the driver health management form > - # The form will be popped up by BDS core when there are Configuration > Required driver health intances. > + # The form will be popped up by BDS core when there are Configuration > Required driver health instances. > # Platform can customize the PCD to point to different formset. > # @Prompt Driver Health Management Form > gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm|{ 0xf4, 0xd9, > 0x96, 0x42, 0xfc, 0xf6, 0xde, 0x4d, 0x86, > 0x85, 0x8c, 0xe2, 0xd7, 0x9d, 0x90, 0xf0 }|VOID*|0x0001006c > @@ -2016,7 +2016,7 @@ [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, > PcdsDynamicEx] > # @Prompt Enable Capsule In Ram support. > > gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleInRamSupport|TRUE|BOOLEAN|0x0000002e > > - ## Full device path of plaform specific device to store Capsule On Disk > temp relocation file.<BR> > + ## Full device path of platform specific device to store Capsule On Disk > temp relocation file.<BR> > # If this PCD is set, Capsule On Disk temp relocation file will be stored > in the device specified > # by this PCD, instead of the EFI System Partition that stores capsule > image file. > # @Prompt Capsule On Disk relocation device path. > diff --git > a/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf > b/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf > index c4caac907949..8e08eb9b0e53 100644 > --- > a/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf > +++ > b/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf > @@ -1,7 +1,7 @@ > ## @file > # PCI Incompatible device support module template. > # > -# Installs EFI PCI Incompatible Device Support protocol and includes one > incompatile > +# Installs EFI PCI Incompatible Device Support protocol and includes one > incompatible > # pci devices list template. > # > # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR> > diff --git a/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf > b/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf > index a277f641da42..ca515207c442 100644 > --- a/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf > +++ b/MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf > @@ -2,7 +2,7 @@ > # This is a sample HII driver. > # > # This driver shows how HII protocol, VFR and UNI files are used to create a > HII > -# driver which can be dipslayed and configured by a UEFI HII Form Browser. > +# driver which can be displayed and configured by a UEFI HII Form Browser. > # > # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> > # > diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf > b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf > index a38700df566f..8f5fcbeb826c 100644 > --- a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf > +++ b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf > @@ -1,5 +1,5 @@ > ## @file > -# Module that produces EBC Interprete and EBC Debug Support protocols. > +# Module that produces EBC Interpreter and EBC Debug Support protocols. > # > # This module implements EFI Byte Code (EBC) Virtual Machine that can > provide > # platform and processor-independent mechanisms for loading and executing > EFI > diff --git a/MdeModulePkg/Core/Dxe/Image/Image.c > b/MdeModulePkg/Core/Dxe/Image/Image.c > index d86da89ee704..641a5715b112 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) { > diff --git a/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c > b/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c > index df775678197b..038dd20b9020 100644 > --- a/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c > +++ b/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c > @@ -369,7 +369,7 @@ ScriptIoWrite ( > return EFI_SUCCESS; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_IO_WRITE OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_IO_WRITE OP code. > > @param Script Pointer to the node which is to be interpreted. > > @@ -598,7 +598,7 @@ ScriptMemoryWrite ( > return EFI_SUCCESS; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_MEM_WRITE OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_MEM_WRITE OP code. > > @param[in] Script Pointer to the node which is to be interpreted. > > @@ -859,7 +859,7 @@ ScriptPciCfgWrite ( > return ScriptPciCfg2Write (Width, 0, Address, Count, Buffer); > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE OP > code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE OP > code. > > @param Script The pointer of typed node in boot script table > > @@ -887,7 +887,7 @@ BootScriptExecutePciCfgWrite ( > return ScriptPciCfgWrite (Width, Address, Count, Buffer); > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_IO_READ_WRITE OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_IO_READ_WRITE OP code. > > @param Script The pointer of typed node in boot script table > @param AndMask Mask value for 'and' operation > @@ -931,7 +931,7 @@ BootScriptExecuteIoReadWrite ( > return Status; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_MEM_READ_WRITE OP > code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_MEM_READ_WRITE OP code. > > @param Script The pointer of typed node in boot script table > @param AndMask Mask value for 'and' operation > @@ -975,7 +975,7 @@ BootScriptExecuteMemoryReadWrite ( > return Status; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CFG_READ_WRITE OP > code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CFG_READ_WRITE OP > code. > > @param Script The pointer of typed node in boot script table > @param AndMask Mask value for 'and' operation > @@ -1023,7 +1023,7 @@ BootScriptExecutePciCfgReadWrite ( > return Status; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_SMBUS_EXECUTE OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_SMBUS_EXECUTE OP code. > > @param Script The pointer of typed node in boot script table > > @@ -1054,7 +1054,7 @@ BootScriptExecuteSmbusExecute ( > ); > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_STALL OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_STALL OP code. > > @param Script The pointer of typed node in boot script table > > @@ -1075,7 +1075,7 @@ BootScriptExecuteStall ( > return EFI_SUCCESS; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_DISPATCH OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_DISPATCH OP code. > > @param Script The pointer of typed node in boot script table > @retval EFI_SUCCESS The operation was executed successfully > @@ -1099,7 +1099,7 @@ BootScriptExecuteDispatch ( > return Status; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_DISPATCH_2 OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_DISPATCH_2 OP code. > > @param Script The pointer of typed node in boot script table > @retval EFI_SUCCESS The operation was executed successfully > @@ -1124,7 +1124,7 @@ BootScriptExecuteDispatch2 ( > return Status; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_MEM_POLL OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_MEM_POLL OP code. > > @param Script The pointer of typed node in boot script table > @param AndMask Mask value for 'and' operation > @@ -1325,7 +1325,7 @@ CheckAndOrMask ( > return; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_IO_POLL OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_IO_POLL OP code. > > @param Script The pointer of typed node in boot script table > @param AndMask Mask value for 'and' operation > @@ -1382,7 +1382,7 @@ BootScriptExecuteIoPoll ( > } > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE OP > code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE OP > code. > > @param Script The pointer of S3 boot script > > @@ -1415,7 +1415,7 @@ BootScriptExecutePciCfg2Write ( > > > /** > - Interprete the boot script node with > EFI_BOOT_SCRIPT_PCI_CONFIG2_READ_WRITE OP code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_READ_WRITE > OP code. > > @param Script The pointer of S3 boot script > @param AndMask Mask value for 'and' operation > @@ -1463,7 +1463,7 @@ BootScriptExecutePciCfg2ReadWrite ( > return Status; > } > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_POLL OP > code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_POLL OP > code. > > @param Script The pointer of S3 boot script > @param AndMask Mask value for 'and' operation > @@ -1522,7 +1522,7 @@ BootScriptPciCfgPoll ( > } > > /** > - Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL OP > code. > + Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL OP > code. > > @param Script The pointer of S3 Boot Script > @param AndMask Mask value for 'and' operation > diff --git > a/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni > b/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni > index f34c68c18bcb..ec9cdddc8745 100644 > --- > a/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni > +++ > b/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni > @@ -1,7 +1,7 @@ > // /** @file > // PCI Incompatible device support module template. > // > -// Installs EFI PCI Incompatible Device Support protocol and includes one > incompatile > +// Installs EFI PCI Incompatible Device Support protocol and includes one > incompatible > // pci devices list template. > // > // Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR> > diff --git a/MdeModulePkg/Library/FileExplorerLib/FileExplorerString.uni > b/MdeModulePkg/Library/FileExplorerLib/FileExplorerString.uni > index 52e5eec5f325..070cdf38ea11 100644 > --- a/MdeModulePkg/Library/FileExplorerLib/FileExplorerString.uni > +++ b/MdeModulePkg/Library/FileExplorerLib/FileExplorerString.uni > @@ -9,7 +9,7 @@ > // > // Abstract: > // > -// String definitions for file exporer library. > +// String definitions for file explorer library. > // > // Revision History: > // > diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni > index ef9f4d97b98f..27889a728058 100644 > --- a/MdeModulePkg/MdeModulePkg.uni > +++ b/MdeModulePkg/MdeModulePkg.uni > @@ -313,7 +313,7 @@ > #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialPciDeviceInfo_PROMPT > #language en-US "PCI Serial Device Info" > > #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialPciDeviceInfo_HELP > #language en-US "PCI Serial Device Info. It is an > array of Device, Function, and Power Management\n" > - > "information that describes the > path that contains zero or more PCI to PCI briges\n" > + > "information that describes the > path that contains zero or more PCI to PCI bridges\n" > > "followed by a PCI serial device. > Each array entry is 4-bytes in length. The\n" > > "first byte is the PCI Device > Number, then second byte is the PCI Function Number,\n" > > "and the last two bytes are the > offset to the PCI power management capabilities\n" > @@ -880,7 +880,7 @@ > #string > STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDriverHealthConfigureForm_PROMPT > #language en-US "Driver Health Management > Form" > > #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDriverHealthConfigureForm_HELP > #language en-US "This PCD points to the > formset GUID of the driver health management form\n" > - > "The form will be popped up > by BDS core when there are Configuration Required driver health intances.\n" > + > "The form will be popped up > by BDS core when there are Configuration Required driver health instances.\n" > > "Platform can customize the > PCD to point to different formset." > > #string > STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupVideoHorizontalResolution_PROMPT > #language en-US "Video Horizontal > Resolution of Text Setup" > @@ -1173,9 +1173,9 @@ > > " TRUE - Capsule In Ram is > supported.<BR>" > > " FALSE - Capsule In Ram is not > supported." > > -#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_PROMPT > #language en-US "Capsule On Disk relacation > device path." > +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_PROMPT > #language en-US "Capsule On Disk relocation > device path." > > -#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_HELP > #language en-US "Full device path of plaform > specific device to store Capsule On Disk temp relocation file.<BR>" > +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_HELP > #language en-US "Full device path of platform > specific device to store Capsule On Disk temp relocation file.<BR>" > > "If this PCD is set, Capsule > On Disk temp relocation file will be stored in the device specified by this > PCD, instead of the EFI System Partition that > stores capsule image file." > > #string > STR_gEfiMdeModulePkgTokenSpaceGuid_PcdNullPointerDetectionPropertyMask_PROMPT > #language en-US "Enable NULL > pointer detection" > diff --git a/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni > b/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni > index e7f16c41849b..92cd5a1cbc21 100644 > --- a/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni > +++ b/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni > @@ -2,7 +2,7 @@ > // This is a sample HII driver. > // > // This driver shows how HII protocol, VFR and UNI files are used to create > a HII > -// driver which can be dipslayed and configured by a UEFI HII Form Browser. > +// driver which can be displayed and configured by a UEFI HII Form Browser. > // > // Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> > // > diff --git a/MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni > b/MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni > index 9587e935a6ed..8a3e286bec9f 100644 > --- a/MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni > +++ b/MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni > @@ -267,12 +267,12 @@ > #language fr-FR "" > #string STR_SUBMITTED_CALLBACK_TEST_PROMPT #language en-US > "Submitted callback test" > #language fr-FR > "Submitted callback test" > -#string STR_SUBMITTED_CALLBACK_TEST_HELP #language en-US "Change > the value and press F10 to submmit will pop > up a dialogue to show SUBMITTED Callback has been triggered" > - #language fr-FR "Change > the value and press F10 to submmit will pop > up a dialogue to show SUBMITTED Callback has been triggered" > +#string STR_SUBMITTED_CALLBACK_TEST_HELP #language en-US "Change > the value and press F10 to submit will pop > up a dialogue to show SUBMITTED Callback has been triggered" > + #language fr-FR "Change > the value and press F10 to submit will pop > up a dialogue to show SUBMITTED Callback has been triggered" > #string STR_POPUP_TEST_PROMPT #language en-US "Select > it to invoke Hii Popup Protocol" > #language fr-FR "Select > it to invoke Hii Popup Protocol" > -#string STR_POPUP_TEST_HELP #language en-US "Select > this question will pop up a message box, > then user can decide whether exit curret form or not" > - #language fr-FR "Select > this question will pop up a message box, > then user can decide whether exit curret form or not" > +#string STR_POPUP_TEST_HELP #language en-US "Select > this question will pop up a message box, > then user can decide whether exit current form or not" > + #language fr-FR "Select > this question will pop up a message box, > then user can decide whether exit current form or not" > #string STR_POPUP_STRING #language en-US "Are > you sure to exit current form?" > #language fr-FR "Are > you sure to exit current form?" > // > diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.uni > b/MdeModulePkg/Universal/EbcDxe/EbcDxe.uni > index 746d8b911835..cbe0c3f1cc8c 100644 > --- a/MdeModulePkg/Universal/EbcDxe/EbcDxe.uni > +++ b/MdeModulePkg/Universal/EbcDxe/EbcDxe.uni > @@ -1,5 +1,5 @@ > // /** @file > -// Module that produces EBC Interprete and EBC Debug Support protocols. > +// Module that produces EBC Interpreter and EBC Debug Support protocols. > // > // This module implements EFI Byte Code (EBC) Virtual Machine that can > provide > // platform and processor-independent mechanisms for loading and executing > EFI > -- > 2.26.2 > > > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#74765): https://edk2.groups.io/g/devel/message/74765 Mute This Topic: https://groups.io/mt/82606565/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-