summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/DebugPortDxe
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-07-31 17:48:07 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-08-19 00:54:23 +0000
commitd181539b83410898a11328fd3a2b18220976e490 (patch)
treebe10cb058e6a49e51e980bc6efbd884a28cfd93c /MdeModulePkg/Universal/DebugPortDxe
parentf034c05cc40bf4033b23f4c69285e14d73ed6d1d (diff)
downloadedk2-d181539b83410898a11328fd3a2b18220976e490.zip
edk2-d181539b83410898a11328fd3a2b18220976e490.tar.gz
edk2-d181539b83410898a11328fd3a2b18220976e490.tar.bz2
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>
Diffstat (limited to 'MdeModulePkg/Universal/DebugPortDxe')
-rw-r--r--MdeModulePkg/Universal/DebugPortDxe/DebugPort.c2
-rw-r--r--MdeModulePkg/Universal/DebugPortDxe/DebugPort.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
index c3e7db4..172c1cb 100644
--- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
+++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
@@ -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
diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
index 9fa2ae9..12fca8e 100644
--- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
+++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
@@ -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