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:
committed by
mergify[bot]
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;
|
||||
|
Reference in New Issue
Block a user