diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2020-07-31 17:47:26 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-08-19 00:54:23 +0000 |
commit | f034c05cc40bf4033b23f4c69285e14d73ed6d1d (patch) | |
tree | cd4812a4bcacad0ef974ad9aa5d6e855c806adbc | |
parent | 9b851fd6b22c45631c7026773ce927d3f28d0f67 (diff) | |
download | edk2-f034c05cc40bf4033b23f4c69285e14d73ed6d1d.tar.gz edk2-f034c05cc40bf4033b23f4c69285e14d73ed6d1d.tar.bz2 edk2-f034c05cc40bf4033b23f4c69285e14d73ed6d1d.zip |
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>
-rw-r--r-- | EmulatorPkg/EmuGopDxe/GopScreen.c | 2 | ||||
-rw-r--r-- | EmulatorPkg/TimerDxe/Timer.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/EmulatorPkg/EmuGopDxe/GopScreen.c b/EmulatorPkg/EmuGopDxe/GopScreen.c index fbac649f8b..cbbb0db07f 100644 --- a/EmulatorPkg/EmuGopDxe/GopScreen.c +++ b/EmulatorPkg/EmuGopDxe/GopScreen.c @@ -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
diff --git a/EmulatorPkg/TimerDxe/Timer.c b/EmulatorPkg/TimerDxe/Timer.c index dfd92acc8c..8e2baaaa5b 100644 --- a/EmulatorPkg/TimerDxe/Timer.c +++ b/EmulatorPkg/TimerDxe/Timer.c @@ -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.
**/
{
|