]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Fix spelling mistake for occurred
authorMichael D Kinney <michael.d.kinney@intel.com>
Sat, 1 Aug 2020 00:48:07 +0000 (17:48 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 19 Aug 2020 00:54:23 +0000 (00:54 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
13 files changed:
MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c
MdeModulePkg/Core/Dxe/FwVol/FwVol.c
MdeModulePkg/Include/Protocol/GenericMemoryTest.h
MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveState.c
MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.c
MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h
MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterGraphics.c
MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystem.c
MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c
MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/LightMemoryTest.c
MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/LightMemoryTest.h

index 12afbec852c049a4d0fcace876138728f06e613b..e216418849eccd1e80f1c75cf6294ae018f9aa97 100644 (file)
@@ -513,7 +513,7 @@ UhciCheckTdStatus (
       // terminate the transfer\r
       //\r
       if (!IsLow && (TdHw->ShortPacket == 1) && (Len < Td->DataLen)) {\r
-        DEBUG ((EFI_D_VERBOSE, "UhciCheckTdStatus: short packet read occured\n"));\r
+        DEBUG ((DEBUG_VERBOSE, "UhciCheckTdStatus: short packet read occurred\n"));\r
 \r
         Finished = TRUE;\r
         goto ON_EXIT;\r
@@ -590,7 +590,7 @@ UhciExecuteTransfer (
     Finished = UhciCheckTdStatus (Uhc, Td, IsLow, QhResult);\r
 \r
     //\r
-    // Transfer is OK or some error occured (TD inactive)\r
+    // Transfer is OK or some error occurred (TD inactive)\r
     //\r
     if (Finished) {\r
       break;\r
index e2f58c4d82a81a770c493d2e9f5bec65692b47d6..cbf5c1c7b9052a27b74acce9fef27d5fc7798350 100644 (file)
@@ -572,7 +572,7 @@ Done:
   EFI_FIRMWARE_VOLUME2_PROTOCOL on the same handle.  This is the function where\r
   the actual initialization of the EFI_FIRMWARE_VOLUME2_PROTOCOL is done.\r
 \r
-  @param  Event                 The event that occured\r
+  @param  Event                 The event that occurred\r
   @param  Context               For EFI compatiblity.  Not used.\r
 \r
 **/\r
index 61cab8c4ae21d1d5a537c1f481c1d8c66bdd5764..08157f35f590e05d67252b53eb00f85cac9ccfd1 100644 (file)
@@ -54,12 +54,12 @@ EFI_STATUS
   @param  TestedMemorySize    Return the tested extended memory size.\r
   @param  TotalMemorySize     Return the whole system physical memory size.\r
                               The total memory size does not include memory in a slot with a disabled DIMM.\r
-  @param  ErrorOut            TRUE if the memory error occured.\r
+  @param  ErrorOut            TRUE if the memory error occurred.\r
   @param  IfTestAbort         Indicates that the user pressed "ESC" to skip the memory test.\r
 \r
   @retval EFI_SUCCESS         One block of memory passed the test.\r
   @retval EFI_NOT_FOUND       All memory blocks have already been tested.\r
-  @retval EFI_DEVICE_ERROR    Memory device error occured, and no agent can handle it.\r
+  @retval EFI_DEVICE_ERROR    Memory device error occurred, and no agent can handle it.\r
 \r
 **/\r
 typedef\r
index cfa8ebbd2f5d3316500c15ca4c2051097f844582..e342f73485fa01e15789ee64f085e5a31cfc56b7 100644 (file)
@@ -889,7 +889,7 @@ BootScriptCompare (
 \r
   @retval EFI_OUT_OF_RESOURCES  No enough resource\r
   @retval EFI_SUCCESS           Succesfully installed the ScriptSave driver.\r
-  @retval other                 Errors occured.\r
+  @retval other                 Errors occurred.\r
 \r
 **/\r
 EFI_STATUS\r
index fc6d29e48ba92fbb4077a2211a019fc43604f14a..601c8218dbb39447f221d0c95821d3919e2c460e 100644 (file)
@@ -887,7 +887,7 @@ BootScriptCompare (
 \r
   @retval EFI_OUT_OF_RESOURCES  No enough resource\r
   @retval EFI_SUCCESS           Succesfully installed the ScriptSave driver.\r
-  @retval other                 Errors occured.\r
+  @retval other                 Errors occurred.\r
 \r
 **/\r
 EFI_STATUS\r
index 419635c3f51f3085fa64fa3a84ff801ba5cfaf9f..f26d2adb81b1d71b816de977776a28a32679879c 100644 (file)
@@ -1852,7 +1852,7 @@ ConSplitterGraphicsOutputSetMode (
 \r
   @retval EFI_SUCCESS             The Blt operation completed.\r
   @retval EFI_INVALID_PARAMETER   BltOperation is not valid.\r
-  @retval EFI_DEVICE_ERROR        A hardware error occured writting to the video\r
+  @retval EFI_DEVICE_ERROR        A hardware error occurred writting to the video\r
                                   buffer.\r
 \r
 **/\r
@@ -1966,7 +1966,7 @@ ConSplitterUgaDrawSetMode (
 \r
   @retval EFI_SUCCESS            The Blt operation completed.\r
   @retval EFI_INVALID_PARAMETER  BltOperation is not valid.\r
-  @retval EFI_DEVICE_ERROR       A hardware error occured writting to the video buffer.\r
+  @retval EFI_DEVICE_ERROR       A hardware error occurred writting to the video buffer.\r
 \r
 **/\r
 EFI_STATUS\r
index ab1d2ddc4dc4a6e935a91059132516e57ab2b532..9323f31b63482bf01f7e5f50acb7d0f4bd471cd5 100644 (file)
@@ -238,7 +238,7 @@ ConSplitterGraphicsOutputSetMode (
 \r
   @retval EFI_SUCCESS             The Blt operation completed.\r
   @retval EFI_INVALID_PARAMETER   BltOperation is not valid.\r
-  @retval EFI_DEVICE_ERROR        A hardware error occured writting to the video\r
+  @retval EFI_DEVICE_ERROR        A hardware error occurred writting to the video\r
                                   buffer.\r
 \r
 **/\r
@@ -513,7 +513,7 @@ ConSplitterUgaDrawSetMode (
 \r
   @retval EFI_SUCCESS            The Blt operation completed.\r
   @retval EFI_INVALID_PARAMETER  BltOperation is not valid.\r
-  @retval EFI_DEVICE_ERROR       A hardware error occured writting to the video buffer.\r
+  @retval EFI_DEVICE_ERROR       A hardware error occurred writting to the video buffer.\r
 \r
 **/\r
 EFI_STATUS\r
index c3e7db4c42c02d77ef734a4d98eaad3932317074..172c1cbca38d8a215ec9e4cb1baf3fa7f643f246 100644 (file)
@@ -632,7 +632,7 @@ DebugPortWrite (
                               the DebugPort interface.\r
   @retval EFI_NOT_READY       There are no characters ready to read from the\r
                               DebugPort interface\r
-  @retval EFI_DEVICE_ERROR    A hardware failure occured... (from SerialIo)\r
+  @retval EFI_DEVICE_ERROR    A hardware failure occurred... (from SerialIo)\r
 \r
 **/\r
 EFI_STATUS\r
index 9fa2ae922d4acb0bf54b31573f885487adcd44cd..12fca8e273eff220789e4215b12d1996d2cc5708 100644 (file)
@@ -378,7 +378,7 @@ DebugPortWrite (
                               the DebugPort interface.\r
   @retval EFI_NOT_READY       There are no characters ready to read from the\r
                               DebugPort interface\r
-  @retval EFI_DEVICE_ERROR    A hardware failure occured... (from SerialIo)\r
+  @retval EFI_DEVICE_ERROR    A hardware failure occurred... (from SerialIo)\r
 \r
 **/\r
 EFI_STATUS\r
index ac57a6c060689d15e6700e80231afef5136e1751..f33f7f7216c3881e319414ffdfd686d4e2105b95 100644 (file)
@@ -362,7 +362,7 @@ RemoveLastItemFromPath (
 \r
   @param  Path          The pointer to the string containing the path.\r
 \r
-  @retval NULL          An error occured.\r
+  @retval NULL          An error occurred.\r
   @return Path in all other instances.\r
 \r
 **/\r
index 43fa6ce12875ef2440c7b903a5dae4b2a26e51d8..58e658ee08ef1bdb6450b9f82c00ef4815cac1cb 100644 (file)
@@ -317,7 +317,7 @@ InstallFileLoadProtocol (
   EFI_FIRMWARE_VOLUME_PROTOCOL on the handle of the FFS. This notification function\r
   also handles the situation when LZMA decoder driver loaded later than FirmwareVolume driver.\r
 \r
-  @param  Event                 The event that occured\r
+  @param  Event                 The event that occurred\r
   @param  Context               Context of event. Not used in this nofication function.\r
 \r
 **/\r
index fe24e490d417000b8d4796e0bfee3d639d5ff663..7fd383ab721ef54039527f53b71940584275dac0 100644 (file)
@@ -539,12 +539,12 @@ InitializeMemoryTest (
   @param[out] TestedMemorySize  Return the tested extended memory size.\r
   @param[out] TotalMemorySize   Return the whole system physical memory size.\r
                                 The total memory size does not include memory in a slot with a disabled DIMM.\r
-  @param[out] ErrorOut          TRUE if the memory error occured.\r
+  @param[out] ErrorOut          TRUE if the memory error occurred.\r
   @param[in]  IfTestAbort       Indicates that the user pressed "ESC" to skip the memory test.\r
 \r
   @retval EFI_SUCCESS         One block of memory passed the test.\r
   @retval EFI_NOT_FOUND       All memory blocks have already been tested.\r
-  @retval EFI_DEVICE_ERROR    Memory device error occured, and no agent can handle it.\r
+  @retval EFI_DEVICE_ERROR    Memory device error occurred, and no agent can handle it.\r
 \r
 **/\r
 EFI_STATUS\r
index b9e2eaa1e5cf6a12866177590eb4d696265b5f2f..72e58ae4a8d90839b33bfab7436941e182fa591f 100644 (file)
@@ -280,12 +280,12 @@ InitializeMemoryTest (
   @param[out] TestedMemorySize  Return the tested extended memory size.\r
   @param[out] TotalMemorySize   Return the whole system physical memory size.\r
                                 The total memory size does not include memory in a slot with a disabled DIMM.\r
-  @param[out] ErrorOut          TRUE if the memory error occured.\r
+  @param[out] ErrorOut          TRUE if the memory error occurred.\r
   @param[in]  IfTestAbort       Indicates that the user pressed "ESC" to skip the memory test.\r
 \r
   @retval EFI_SUCCESS         One block of memory passed the test.\r
   @retval EFI_NOT_FOUND       All memory blocks have already been tested.\r
-  @retval EFI_DEVICE_ERROR    Memory device error occured, and no agent can handle it.\r
+  @retval EFI_DEVICE_ERROR    Memory device error occurred, and no agent can handle it.\r
 \r
 **/\r
 EFI_STATUS\r