]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Fix various typos
authorRebecca Cran <rebecca@nuviainc.com>
Wed, 5 May 2021 15:04:55 +0000 (23:04 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 17 May 2021 02:10:31 +0000 (02:10 +0000)
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>
12 files changed:
MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.uni
MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
MdeModulePkg/Core/Dxe/Image/Image.c
MdeModulePkg/Library/FileExplorerLib/FileExplorerString.uni
MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.uni
MdeModulePkg/Universal/DriverSampleDxe/DriverSample.uni
MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
MdeModulePkg/Universal/DriverSampleDxe/VfrStrings.uni
MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
MdeModulePkg/Universal/EbcDxe/EbcDxe.uni

index f34c68c18bcb86a841259d18d5edf5950ea52b5b..ec9cdddc8745112d68542316b4d924109249b700 100644 (file)
@@ -1,7 +1,7 @@
 // /** @file\r
 // PCI Incompatible device support module template.\r
 //\r
-// Installs EFI PCI Incompatible Device Support protocol and includes one incompatile\r
+// Installs EFI PCI Incompatible Device Support protocol and includes one incompatible\r
 // pci devices list template.\r
 //\r
 // Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
index c4caac907949d4585ba6ebd974eeec9f58edb2bb..8e08eb9b0e535ca26dc584c0b99f48c945c18445 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  PCI Incompatible device support module template.\r
 #\r
-#  Installs EFI PCI Incompatible Device Support protocol and includes one incompatile\r
+#  Installs EFI PCI Incompatible Device Support protocol and includes one incompatible\r
 #  pci devices list template.\r
 #\r
 #  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
index d86da89ee704b1800de6db7ba4f981dd7e18b11c..641a5715b1122f622c3129a20d7edb566bbfa687 100644 (file)
@@ -470,7 +470,7 @@ GetPeCoffImageFixLoadingAssignedAddress(
        if (ValueInSectionHeader != 0) {\r
          //\r
          // When the feature is configured as load module at fixed absolute address, the ImageAddress field of ImageContext\r
-         // hold the spcified address. If the feature is configured as load module at fixed offset, ImageAddress hold an offset\r
+         // hold the specified address. If the feature is configured as load module at fixed offset, ImageAddress hold an offset\r
          // relative to top address\r
          //\r
          if ((INT64)PcdGet64(PcdLoadModuleAtFixAddressEnable) < 0) {\r
index 52e5eec5f32523df2833a20e1fe1916dad351dfd..070cdf38ea11a6052c97b04eae5726a8f217f6ac 100644 (file)
@@ -9,7 +9,7 @@
 //\r
 // Abstract:\r
 //\r
-//   String definitions for file exporer library.\r
+//   String definitions for file explorer library.\r
 //\r
 // Revision History:\r
 //\r
index df775678197b8d826f7af319cfa093d113a6db6e..038dd20b90209d083e006b0f807e1592c484a580 100644 (file)
@@ -369,7 +369,7 @@ ScriptIoWrite (
   return EFI_SUCCESS;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_IO_WRITE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_IO_WRITE OP code.\r
 \r
   @param Script       Pointer to the node which is to be interpreted.\r
 \r
@@ -598,7 +598,7 @@ ScriptMemoryWrite (
   return EFI_SUCCESS;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_MEM_WRITE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_MEM_WRITE OP code.\r
 \r
   @param[in]  Script Pointer to the node which is to be interpreted.\r
 \r
@@ -859,7 +859,7 @@ ScriptPciCfgWrite (
   return ScriptPciCfg2Write (Width, 0, Address, Count, Buffer);\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_WRITE OP code.\r
 \r
   @param  Script        The pointer of typed node in boot script table\r
 \r
@@ -887,7 +887,7 @@ BootScriptExecutePciCfgWrite (
   return ScriptPciCfgWrite (Width, Address, Count, Buffer);\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_IO_READ_WRITE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_IO_READ_WRITE OP code.\r
 \r
   @param Script   The pointer of typed node in boot script table\r
   @param AndMask  Mask value for 'and' operation\r
@@ -931,7 +931,7 @@ BootScriptExecuteIoReadWrite (
   return Status;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_MEM_READ_WRITE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_MEM_READ_WRITE OP code.\r
 \r
   @param Script    The pointer of typed node in boot script table\r
   @param AndMask   Mask value for 'and' operation\r
@@ -975,7 +975,7 @@ BootScriptExecuteMemoryReadWrite (
   return Status;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CFG_READ_WRITE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CFG_READ_WRITE OP code.\r
 \r
   @param Script   The pointer of typed node in boot script table\r
   @param AndMask  Mask value for 'and' operation\r
@@ -1023,7 +1023,7 @@ BootScriptExecutePciCfgReadWrite (
   return Status;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_SMBUS_EXECUTE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_SMBUS_EXECUTE OP code.\r
 \r
   @param Script  The pointer of typed node in boot script table\r
 \r
@@ -1054,7 +1054,7 @@ BootScriptExecuteSmbusExecute (
            );\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_STALL OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_STALL OP code.\r
 \r
   @param Script      The pointer of typed node in boot script table\r
 \r
@@ -1075,7 +1075,7 @@ BootScriptExecuteStall (
   return EFI_SUCCESS;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_DISPATCH OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_DISPATCH OP code.\r
 \r
   @param Script  The pointer of typed node in boot script table\r
   @retval EFI_SUCCESS  The operation was executed successfully\r
@@ -1099,7 +1099,7 @@ BootScriptExecuteDispatch (
   return Status;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_DISPATCH_2 OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_DISPATCH_2 OP code.\r
 \r
   @param  Script       The pointer of typed node in boot script table\r
   @retval EFI_SUCCESS  The operation was executed successfully\r
@@ -1124,7 +1124,7 @@ BootScriptExecuteDispatch2 (
   return Status;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_MEM_POLL OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_MEM_POLL OP code.\r
 \r
   @param  Script  The pointer of typed node in boot script table\r
   @param  AndMask  Mask value for 'and' operation\r
@@ -1325,7 +1325,7 @@ CheckAndOrMask (
   return;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_IO_POLL OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_IO_POLL OP code.\r
 \r
   @param  Script  The pointer of typed node in boot script table\r
   @param  AndMask  Mask value for 'and' operation\r
@@ -1382,7 +1382,7 @@ BootScriptExecuteIoPoll (
   }\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_WRITE OP code.\r
 \r
   @param    Script              The pointer of S3 boot script\r
 \r
@@ -1415,7 +1415,7 @@ BootScriptExecutePciCfg2Write (
 \r
 \r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_READ_WRITE OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_READ_WRITE OP code.\r
 \r
   @param     Script                     The pointer of S3 boot script\r
   @param     AndMask                    Mask value for 'and' operation\r
@@ -1463,7 +1463,7 @@ BootScriptExecutePciCfg2ReadWrite (
   return Status;\r
 }\r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_POLL OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG_POLL OP code.\r
 \r
   @param     Script                     The pointer of S3 boot script\r
   @param     AndMask                    Mask value for 'and' operation\r
@@ -1522,7 +1522,7 @@ BootScriptPciCfgPoll (
 }\r
 \r
 /**\r
-  Interprete the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL OP code.\r
+  Interpret the boot script node with EFI_BOOT_SCRIPT_PCI_CONFIG2_POLL OP code.\r
 \r
   @param     Script                     The pointer of S3 Boot Script\r
   @param     AndMask                    Mask value for 'and' operation\r
index 148395511034d4360d62d6ff584d67d18eae85cb..8d3838391516d28725688390d1aab9340f14fb64 100644 (file)
   gEfiMdeModulePkgTokenSpaceGuid.PcdDxeNxMemoryProtectionPolicy|0x0000000|UINT64|0x00001048\r
 \r
   ## PCI Serial Device Info. It is an array of Device, Function, and Power Management\r
-  #  information that describes the path that contains zero or more PCI to PCI briges\r
+  #  information that describes the path that contains zero or more PCI to PCI bridges\r
   #  followed by a PCI serial device.  Each array entry is 4-bytes in length.  The\r
   #  first byte is the PCI Device Number, then second byte is the PCI Function Number,\r
   #  and the last two bytes are the offset to the PCI power management capabilities\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0xdc, 0x5b, 0xc2, 0xee, 0xf2, 0x67, 0x95, 0x4d, 0xb1, 0xd5, 0xf8, 0x1b, 0x20, 0x39, 0xd1, 0x1d }|VOID*|0x0001006b\r
 \r
   ## This PCD points to the formset GUID of the driver health management form\r
-  #  The form will be popped up by BDS core when there are Configuration Required driver health intances.\r
+  #  The form will be popped up by BDS core when there are Configuration Required driver health instances.\r
   #  Platform can customize the PCD to point to different formset.\r
   # @Prompt Driver Health Management Form\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDriverHealthConfigureForm|{ 0xf4, 0xd9, 0x96, 0x42, 0xfc, 0xf6, 0xde, 0x4d, 0x86, 0x85, 0x8c, 0xe2, 0xd7, 0x9d, 0x90, 0xf0 }|VOID*|0x0001006c\r
   # @Prompt Enable Capsule In Ram support.\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdCapsuleInRamSupport|TRUE|BOOLEAN|0x0000002e\r
 \r
-  ## Full device path of plaform specific device to store Capsule On Disk temp relocation file.<BR>\r
+  ## Full device path of platform specific device to store Capsule On Disk temp relocation file.<BR>\r
   #  If this PCD is set, Capsule On Disk temp relocation file will be stored in the device specified\r
   #  by this PCD, instead of the EFI System Partition that stores capsule image file.\r
   # @Prompt Capsule On Disk relocation device path.\r
index ef9f4d97b98f9c3d62588ff38cfe2d531b72e747..27889a728058fa460c3f26086f79edd8d29ef91a 100644 (file)
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialPciDeviceInfo_PROMPT  #language en-US "PCI Serial Device Info"\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSerialPciDeviceInfo_HELP  #language en-US "PCI Serial Device Info. It is an array of Device, Function, and Power Management\n"\r
-                                                                                        "information that describes the path that contains zero or more PCI to PCI briges\n"\r
+                                                                                        "information that describes the path that contains zero or more PCI to PCI bridges\n"\r
                                                                                         "followed by a PCI serial device.  Each array entry is 4-bytes in length.  The\n"\r
                                                                                         "first byte is the PCI Device Number, then second byte is the PCI Function Number,\n"\r
                                                                                         "and the last two bytes are the offset to the PCI power management capabilities\n"\r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDriverHealthConfigureForm_PROMPT  #language en-US "Driver Health Management Form"\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDriverHealthConfigureForm_HELP  #language en-US "This PCD points to the formset GUID of the driver health management form\n"\r
-                                                                                              "The form will be popped up by BDS core when there are Configuration Required driver health intances.\n"\r
+                                                                                              "The form will be popped up by BDS core when there are Configuration Required driver health instances.\n"\r
                                                                                               "Platform can customize the PCD to point to different formset."\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdSetupVideoHorizontalResolution_PROMPT  #language en-US "Video Horizontal Resolution of Text Setup"\r
                                                                                           " TRUE  - Capsule In Ram is supported.<BR>"\r
                                                                                           " FALSE - Capsule In Ram is not supported."\r
 \r
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_PROMPT  #language en-US "Capsule On Disk relacation device path."\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_PROMPT  #language en-US "Capsule On Disk relocation device path."\r
 \r
-#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_HELP  #language en-US   "Full device path of plaform specific device to store Capsule On Disk temp relocation file.<BR>"\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdCodRelocationDevPath_HELP  #language en-US   "Full device path of platform specific device to store Capsule On Disk temp relocation file.<BR>"\r
                                                                                            "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."\r
 \r
 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdNullPointerDetectionPropertyMask_PROMPT  #language en-US "Enable NULL pointer detection"\r
index e7f16c41849b9f136d3fe0890d5a0b81a353f25c..92cd5a1cbc2156d6e67e1c7c68c3fc4353371bd2 100644 (file)
@@ -2,7 +2,7 @@
 // This is a sample HII driver.\r
 //\r
 // This driver shows how HII protocol, VFR and UNI files are used to create a HII\r
-// driver which can be dipslayed and configured by a UEFI HII Form Browser.\r
+// driver which can be displayed and configured by a UEFI HII Form Browser.\r
 //\r
 // Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 //\r
index a277f641da4240070037c4aa94fef168b319eeac..ca515207c4420995d11c663ccdca58b6a4a60ef8 100644 (file)
@@ -2,7 +2,7 @@
 # This is a sample HII driver.\r
 #\r
 # This driver shows how HII protocol, VFR and UNI files are used to create a HII\r
-# driver which can be dipslayed and configured by a UEFI HII Form Browser.\r
+# driver which can be displayed and configured by a UEFI HII Form Browser.\r
 #\r
 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
index 9587e935a6edfbffc8a8b0e36945bb137eaa8a98..8a3e286bec9f41a9878fe55abe9b6d01ae2d0d05 100644 (file)
                                                      #language fr-FR ""\r
 #string STR_SUBMITTED_CALLBACK_TEST_PROMPT           #language en-US "Submitted callback test"\r
                                                      #language fr-FR "Submitted callback test"\r
-#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"\r
-                                                     #language fr-FR "Change the value and press F10 to submmit will pop up a dialogue to show SUBMITTED Callback has been triggered"\r
+#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"\r
+                                                     #language fr-FR "Change the value and press F10 to submit will pop up a dialogue to show SUBMITTED Callback has been triggered"\r
 #string STR_POPUP_TEST_PROMPT                        #language en-US "Select it to invoke Hii Popup Protocol"\r
                                                      #language fr-FR "Select it to invoke Hii Popup Protocol"\r
-#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"\r
-                                                     #language fr-FR "Select this question will pop up a message box, then user can decide whether exit curret form or not"\r
+#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"\r
+                                                     #language fr-FR "Select this question will pop up a message box, then user can decide whether exit current form or not"\r
 #string STR_POPUP_STRING                             #language en-US "Are you sure to exit current form?"\r
                                                      #language fr-FR "Are you sure to exit current form?"\r
 //\r
index a38700df566fb3604545e63b44a7f96dd24bbbb7..8f5fcbeb826c6324b411635e17db01fa507e277d 100644 (file)
@@ -1,5 +1,5 @@
 ## @file\r
-#  Module that produces EBC Interprete and EBC Debug Support protocols.\r
+#  Module that produces EBC Interpreter and EBC Debug Support protocols.\r
 #\r
 #  This module implements EFI Byte Code (EBC) Virtual Machine that can provide\r
 #  platform and processor-independent mechanisms for loading and executing EFI\r
index 746d8b911835611a925f8b2a9474292c5a741952..cbe0c3f1cc8cc424c91a13309e18c9e83fd23595 100644 (file)
@@ -1,5 +1,5 @@
 // /** @file\r
-// Module that produces EBC Interprete and EBC Debug Support protocols.\r
+// Module that produces EBC Interpreter and EBC Debug Support protocols.\r
 //\r
 // This module implements EFI Byte Code (EBC) Virtual Machine that can provide\r
 // platform and processor-independent mechanisms for loading and executing EFI\r