mirror of https://github.com/acidanthera/audk.git
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:
parent
f034c05cc4
commit
d181539b83
|
@ -513,7 +513,7 @@ UhciCheckTdStatus (
|
|||
// terminate the transfer
|
||||
//
|
||||
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;
|
||||
goto ON_EXIT;
|
||||
|
@ -590,7 +590,7 @@ UhciExecuteTransfer (
|
|||
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) {
|
||||
break;
|
||||
|
|
|
@ -572,7 +572,7 @@ Done:
|
|||
EFI_FIRMWARE_VOLUME2_PROTOCOL on the same handle. This is the function where
|
||||
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.
|
||||
|
||||
**/
|
||||
|
|
|
@ -54,12 +54,12 @@ EFI_STATUS
|
|||
@param TestedMemorySize Return the tested extended 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.
|
||||
@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.
|
||||
|
||||
@retval EFI_SUCCESS One block of memory passed the test.
|
||||
@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
|
||||
|
|
|
@ -889,7 +889,7 @@ BootScriptCompare (
|
|||
|
||||
@retval EFI_OUT_OF_RESOURCES No enough resource
|
||||
@retval EFI_SUCCESS Succesfully installed the ScriptSave driver.
|
||||
@retval other Errors occured.
|
||||
@retval other Errors occurred.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -887,7 +887,7 @@ BootScriptCompare (
|
|||
|
||||
@retval EFI_OUT_OF_RESOURCES No enough resource
|
||||
@retval EFI_SUCCESS Succesfully installed the ScriptSave driver.
|
||||
@retval other Errors occured.
|
||||
@retval other Errors occurred.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -1852,7 +1852,7 @@ ConSplitterGraphicsOutputSetMode (
|
|||
|
||||
@retval EFI_SUCCESS The Blt operation completed.
|
||||
@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.
|
||||
|
||||
**/
|
||||
|
@ -1966,7 +1966,7 @@ ConSplitterUgaDrawSetMode (
|
|||
|
||||
@retval EFI_SUCCESS The Blt operation completed.
|
||||
@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
|
||||
|
|
|
@ -238,7 +238,7 @@ ConSplitterGraphicsOutputSetMode (
|
|||
|
||||
@retval EFI_SUCCESS The Blt operation completed.
|
||||
@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.
|
||||
|
||||
**/
|
||||
|
@ -513,7 +513,7 @@ ConSplitterUgaDrawSetMode (
|
|||
|
||||
@retval EFI_SUCCESS The Blt operation completed.
|
||||
@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
|
||||
|
|
|
@ -632,7 +632,7 @@ DebugPortWrite (
|
|||
the DebugPort interface.
|
||||
@retval EFI_NOT_READY There are no characters ready to read from the
|
||||
DebugPort interface
|
||||
@retval EFI_DEVICE_ERROR A hardware failure occured... (from SerialIo)
|
||||
@retval EFI_DEVICE_ERROR A hardware failure occurred... (from SerialIo)
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -378,7 +378,7 @@ DebugPortWrite (
|
|||
the DebugPort interface.
|
||||
@retval EFI_NOT_READY There are no characters ready to read from the
|
||||
DebugPort interface
|
||||
@retval EFI_DEVICE_ERROR A hardware failure occured... (from SerialIo)
|
||||
@retval EFI_DEVICE_ERROR A hardware failure occurred... (from SerialIo)
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -362,7 +362,7 @@ RemoveLastItemFromPath (
|
|||
|
||||
@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.
|
||||
|
||||
**/
|
||||
|
|
|
@ -317,7 +317,7 @@ InstallFileLoadProtocol (
|
|||
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.
|
||||
|
||||
@param Event The event that occured
|
||||
@param Event The event that occurred
|
||||
@param Context Context of event. Not used in this nofication function.
|
||||
|
||||
**/
|
||||
|
|
|
@ -539,12 +539,12 @@ InitializeMemoryTest (
|
|||
@param[out] TestedMemorySize Return the tested extended 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.
|
||||
@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.
|
||||
|
||||
@retval EFI_SUCCESS One block of memory passed the test.
|
||||
@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
|
||||
|
|
|
@ -280,12 +280,12 @@ InitializeMemoryTest (
|
|||
@param[out] TestedMemorySize Return the tested extended 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.
|
||||
@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.
|
||||
|
||||
@retval EFI_SUCCESS One block of memory passed the test.
|
||||
@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
|
||||
|
|
Loading…
Reference in New Issue