summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-07-31 15:34:31 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-08-03 18:30:35 +0000
commit6a0b48873bfdd38651a34edfd2fe57bf54564103 (patch)
treecfa0b83a39c1291e1276de5f0141badba7961251 /MdeModulePkg/Universal
parentc3d92cff58e4978a500e85f466e5c0e055aa33c2 (diff)
downloadedk2-6a0b48873bfdd38651a34edfd2fe57bf54564103.tar.gz
edk2-6a0b48873bfdd38651a34edfd2fe57bf54564103.tar.bz2
edk2-6a0b48873bfdd38651a34edfd2fe57bf54564103.zip
MdeModulePkg/EbcDxe: Fix spelling mistake
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2360 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: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r--MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c
index fb85b30578..5597a7e154 100644
--- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c
+++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c
@@ -218,7 +218,7 @@ EFI_DEBUGGER_COMMAND_SET mDebuggerCommandSet[] = {
L"TRACE - show/clear trace instruction branch\n",
L"The trace command will show or clear the latest instruction branch.\n\n",
L"TRACE [c]\n"
- L" (No Argument) - Show current instrcution branch\n"
+ L" (No Argument) - Show current instruction branch\n"
L" c - Clear current instruction branch\n",
L"",
{SCAN_NULL, CHAR_NULL},