MdeModulePkg: Fix spelling mistake for occurred

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>
This commit is contained in:
Michael D Kinney
2020-07-31 17:48:07 -07:00
committed by mergify[bot]
parent f034c05cc4
commit d181539b83
13 changed files with 19 additions and 19 deletions

View File

@ -513,7 +513,7 @@ UhciCheckTdStatus (
// terminate the transfer // terminate the transfer
// //
if (!IsLow && (TdHw->ShortPacket == 1) && (Len < Td->DataLen)) { if (!IsLow && (TdHw->ShortPacket == 1) && (Len < Td->DataLen)) {
DEBUG ((EFI_D_VERBOSE, "UhciCheckTdStatus: short packet read occured\n")); DEBUG ((DEBUG_VERBOSE, "UhciCheckTdStatus: short packet read occurred\n"));
Finished = TRUE; Finished = TRUE;
goto ON_EXIT; goto ON_EXIT;
@ -590,7 +590,7 @@ UhciExecuteTransfer (
Finished = UhciCheckTdStatus (Uhc, Td, IsLow, QhResult); Finished = UhciCheckTdStatus (Uhc, Td, IsLow, QhResult);
// //
// Transfer is OK or some error occured (TD inactive) // Transfer is OK or some error occurred (TD inactive)
// //
if (Finished) { if (Finished) {
break; break;

View File

@ -572,7 +572,7 @@ Done:
EFI_FIRMWARE_VOLUME2_PROTOCOL on the same handle. This is the function where EFI_FIRMWARE_VOLUME2_PROTOCOL on the same handle. This is the function where
the actual initialization of the EFI_FIRMWARE_VOLUME2_PROTOCOL is done. the actual initialization of the EFI_FIRMWARE_VOLUME2_PROTOCOL is done.
@param Event The event that occured @param Event The event that occurred
@param Context For EFI compatiblity. Not used. @param Context For EFI compatiblity. Not used.
**/ **/

View File

@ -54,12 +54,12 @@ EFI_STATUS
@param TestedMemorySize Return the tested extended memory size. @param TestedMemorySize Return the tested extended memory size.
@param TotalMemorySize Return the whole system physical memory size. @param TotalMemorySize Return the whole system physical memory size.
The total memory size does not include memory in a slot with a disabled DIMM. The total memory size does not include memory in a slot with a disabled DIMM.
@param ErrorOut TRUE if the memory error occured. @param ErrorOut TRUE if the memory error occurred.
@param IfTestAbort Indicates that the user pressed "ESC" to skip the memory test. @param IfTestAbort Indicates that the user pressed "ESC" to skip the memory test.
@retval EFI_SUCCESS One block of memory passed the test. @retval EFI_SUCCESS One block of memory passed the test.
@retval EFI_NOT_FOUND All memory blocks have already been tested. @retval EFI_NOT_FOUND All memory blocks have already been tested.
@retval EFI_DEVICE_ERROR Memory device error occured, and no agent can handle it. @retval EFI_DEVICE_ERROR Memory device error occurred, and no agent can handle it.
**/ **/
typedef typedef

View File

@ -889,7 +889,7 @@ BootScriptCompare (
@retval EFI_OUT_OF_RESOURCES No enough resource @retval EFI_OUT_OF_RESOURCES No enough resource
@retval EFI_SUCCESS Succesfully installed the ScriptSave driver. @retval EFI_SUCCESS Succesfully installed the ScriptSave driver.
@retval other Errors occured. @retval other Errors occurred.
**/ **/
EFI_STATUS EFI_STATUS

View File

@ -887,7 +887,7 @@ BootScriptCompare (
@retval EFI_OUT_OF_RESOURCES No enough resource @retval EFI_OUT_OF_RESOURCES No enough resource
@retval EFI_SUCCESS Succesfully installed the ScriptSave driver. @retval EFI_SUCCESS Succesfully installed the ScriptSave driver.
@retval other Errors occured. @retval other Errors occurred.
**/ **/
EFI_STATUS EFI_STATUS

View File

@ -1852,7 +1852,7 @@ ConSplitterGraphicsOutputSetMode (
@retval EFI_SUCCESS The Blt operation completed. @retval EFI_SUCCESS The Blt operation completed.
@retval EFI_INVALID_PARAMETER BltOperation is not valid. @retval EFI_INVALID_PARAMETER BltOperation is not valid.
@retval EFI_DEVICE_ERROR A hardware error occured writting to the video @retval EFI_DEVICE_ERROR A hardware error occurred writting to the video
buffer. buffer.
**/ **/
@ -1966,7 +1966,7 @@ ConSplitterUgaDrawSetMode (
@retval EFI_SUCCESS The Blt operation completed. @retval EFI_SUCCESS The Blt operation completed.
@retval EFI_INVALID_PARAMETER BltOperation is not valid. @retval EFI_INVALID_PARAMETER BltOperation is not valid.
@retval EFI_DEVICE_ERROR A hardware error occured writting to the video buffer. @retval EFI_DEVICE_ERROR A hardware error occurred writting to the video buffer.
**/ **/
EFI_STATUS EFI_STATUS

View File

@ -238,7 +238,7 @@ ConSplitterGraphicsOutputSetMode (
@retval EFI_SUCCESS The Blt operation completed. @retval EFI_SUCCESS The Blt operation completed.
@retval EFI_INVALID_PARAMETER BltOperation is not valid. @retval EFI_INVALID_PARAMETER BltOperation is not valid.
@retval EFI_DEVICE_ERROR A hardware error occured writting to the video @retval EFI_DEVICE_ERROR A hardware error occurred writting to the video
buffer. buffer.
**/ **/
@ -513,7 +513,7 @@ ConSplitterUgaDrawSetMode (
@retval EFI_SUCCESS The Blt operation completed. @retval EFI_SUCCESS The Blt operation completed.
@retval EFI_INVALID_PARAMETER BltOperation is not valid. @retval EFI_INVALID_PARAMETER BltOperation is not valid.
@retval EFI_DEVICE_ERROR A hardware error occured writting to the video buffer. @retval EFI_DEVICE_ERROR A hardware error occurred writting to the video buffer.
**/ **/
EFI_STATUS EFI_STATUS

View File

@ -632,7 +632,7 @@ DebugPortWrite (
the DebugPort interface. the DebugPort interface.
@retval EFI_NOT_READY There are no characters ready to read from the @retval EFI_NOT_READY There are no characters ready to read from the
DebugPort interface DebugPort interface
@retval EFI_DEVICE_ERROR A hardware failure occured... (from SerialIo) @retval EFI_DEVICE_ERROR A hardware failure occurred... (from SerialIo)
**/ **/
EFI_STATUS EFI_STATUS

View File

@ -378,7 +378,7 @@ DebugPortWrite (
the DebugPort interface. the DebugPort interface.
@retval EFI_NOT_READY There are no characters ready to read from the @retval EFI_NOT_READY There are no characters ready to read from the
DebugPort interface DebugPort interface
@retval EFI_DEVICE_ERROR A hardware failure occured... (from SerialIo) @retval EFI_DEVICE_ERROR A hardware failure occurred... (from SerialIo)
**/ **/
EFI_STATUS EFI_STATUS

View File

@ -362,7 +362,7 @@ RemoveLastItemFromPath (
@param Path The pointer to the string containing the path. @param Path The pointer to the string containing the path.
@retval NULL An error occured. @retval NULL An error occurred.
@return Path in all other instances. @return Path in all other instances.
**/ **/

View File

@ -317,7 +317,7 @@ InstallFileLoadProtocol (
EFI_FIRMWARE_VOLUME_PROTOCOL on the handle of the FFS. This notification function EFI_FIRMWARE_VOLUME_PROTOCOL on the handle of the FFS. This notification function
also handles the situation when LZMA decoder driver loaded later than FirmwareVolume driver. also handles the situation when LZMA decoder driver loaded later than FirmwareVolume driver.
@param Event The event that occured @param Event The event that occurred
@param Context Context of event. Not used in this nofication function. @param Context Context of event. Not used in this nofication function.
**/ **/

View File

@ -539,12 +539,12 @@ InitializeMemoryTest (
@param[out] TestedMemorySize Return the tested extended memory size. @param[out] TestedMemorySize Return the tested extended memory size.
@param[out] TotalMemorySize Return the whole system physical memory size. @param[out] TotalMemorySize Return the whole system physical memory size.
The total memory size does not include memory in a slot with a disabled DIMM. The total memory size does not include memory in a slot with a disabled DIMM.
@param[out] ErrorOut TRUE if the memory error occured. @param[out] ErrorOut TRUE if the memory error occurred.
@param[in] IfTestAbort Indicates that the user pressed "ESC" to skip the memory test. @param[in] IfTestAbort Indicates that the user pressed "ESC" to skip the memory test.
@retval EFI_SUCCESS One block of memory passed the test. @retval EFI_SUCCESS One block of memory passed the test.
@retval EFI_NOT_FOUND All memory blocks have already been tested. @retval EFI_NOT_FOUND All memory blocks have already been tested.
@retval EFI_DEVICE_ERROR Memory device error occured, and no agent can handle it. @retval EFI_DEVICE_ERROR Memory device error occurred, and no agent can handle it.
**/ **/
EFI_STATUS EFI_STATUS

View File

@ -280,12 +280,12 @@ InitializeMemoryTest (
@param[out] TestedMemorySize Return the tested extended memory size. @param[out] TestedMemorySize Return the tested extended memory size.
@param[out] TotalMemorySize Return the whole system physical memory size. @param[out] TotalMemorySize Return the whole system physical memory size.
The total memory size does not include memory in a slot with a disabled DIMM. The total memory size does not include memory in a slot with a disabled DIMM.
@param[out] ErrorOut TRUE if the memory error occured. @param[out] ErrorOut TRUE if the memory error occurred.
@param[in] IfTestAbort Indicates that the user pressed "ESC" to skip the memory test. @param[in] IfTestAbort Indicates that the user pressed "ESC" to skip the memory test.
@retval EFI_SUCCESS One block of memory passed the test. @retval EFI_SUCCESS One block of memory passed the test.
@retval EFI_NOT_FOUND All memory blocks have already been tested. @retval EFI_NOT_FOUND All memory blocks have already been tested.
@retval EFI_DEVICE_ERROR Memory device error occured, and no agent can handle it. @retval EFI_DEVICE_ERROR Memory device error occurred, and no agent can handle it.
**/ **/
EFI_STATUS EFI_STATUS