mirror of https://github.com/acidanthera/audk.git
EmulatorPkg: Fix spelling mistake for occurred
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Andrew Fish <afish@apple.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
9b851fd6b2
commit
f034c05cc4
|
@ -177,7 +177,7 @@ EmuGopSetMode (
|
|||
|
||||
@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
|
||||
|
|
|
@ -301,7 +301,7 @@ Returns:
|
|||
|
||||
EFI_OUT_OF_RESOURCES - Not enough resources available to initialize driver.
|
||||
|
||||
EFI_DEVICE_ERROR - A device error occured attempting to initialize the driver.
|
||||
EFI_DEVICE_ERROR - A device error occurred attempting to initialize the driver.
|
||||
|
||||
**/
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue